modify ECL.JS

 2 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
This_Guy
Veteran Member Send Private Message
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
Deleted User
New Member Send Private Message
Posts: 0
New 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 Send Private Message
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