modify ECL.JS

Sort:
You are not authorized to post a reply.
Author
Messages
This_Guy
Veteran Member
Posts: 93
Veteran Member
    I am trying to simply hard-code some parameters on the Next review Report in MSS. It is using the ecl.js and I have made changes to the array selections - however still asking for drop down selection...?

    I am trying to get the Report Criteria to hard-code:

     REPORT_CRITERIA_2,CR (which is 'Review' for a Manager)

    And

    DEFICIENCY_TYPE_0","CR" (which is 'Expired' for a Manager)

    Any ideas? Sounds easy - but I must be screwing something up.Attaching a screen shot.


    Attachments
    Gary Davies
    Veteran Member
    Posts: 248
    Veteran Member
      createCriteriaSelect() and createDeficiencySelect() create the drop downs, Are you trying to only have those values in the drop downs or just display Review and Expired with no dropdown. If the latter replace the calls to those functions with your text but you will also have to add code to hard code of those values in the functions checkSelectionCriteria, drawExpiredCompDetail and EmployeeExpiredCompetency
      This_Guy
      Veteran Member
      Posts: 93
      Veteran Member
        Posted By Gary Davies on 08/19/2009 05:17 PM
        createCriteriaSelect() and createDeficiencySelect() create the drop downs, Are you trying to only have those values in the drop downs or just display Review and Expired with no dropdown. If the latter replace the calls to those functions with your text but you will also have to add code to hard code of those values in the functions checkSelectionCriteria, drawExpiredCompDetail and EmployeeExpiredCompetency
        I have it to where the only selections in the drop-down are what I want - but cant get it to ONLY show the selections I want and not be a drop-down. Make this the only option for the Manager

        You are not authorized to post a reply.