Please verify the Quick Grids in
Process-->Templates-->Quick Grids-->Specific Technical Deliverable NAD EP.
Specific Technical Deliverable NAD EP is one of the Quick Grids developed form Template.
The objects are created based on the models and the number of phases.
For example the EP NAD model contains 3 phases.
- Prepare Kickoff
- Technical Development
- Production & Commercialization
As based on the phases designed in the template, the dynamic objects (Drop down boxes/Multi line text boxes) are created in the Quick grid.
The Drop down boxes/Multi line text boxes on each phase based on the List Script/String Script.
For example, the metric CTQ is the object (List script) which is created through JavaScript code based on the template design and the phase on that model.
Each object should be named (any name) in the sequence as 1, 2, 3..
Example we here named it as txtCTQ1, txtCTQ2. .
As same as CTQ, the metric CTQComments is the object (String script) which is created through JavaScript code based on the template design and the phase on that model.
Each object should be named (any name) in the sequence as 1, 2..
Example we here named it as, txtCTQcomment1, txtCTQcomment2.
Below are steps and the description of the code in the Quick Grid
- Initialize the Objects, metric types, phase names etc.
- Create the object based on metrics.
- Bind the values in the created objects.
- Insert/Update the Metric values
- Change the color based on the conditions
Need to initialize the matrix name, Phase name, Current Phase name, Matrix types (Drop down, Text box) as an array in the JavaScript code.
Need to create the Object based on the metrics.
Need to bind the matrix values to the created objects.
Insert/Update the values of each metrics.
We need to change the color, based on the conditions given in the template.
Below coding explains the back ground color changes in the drop down box (List Script) based on the conditions.
Conditions:
- Not Applicable - Yellow
- Yes - Green
- No - Red.
Accolade
The best way to get IT support is to use the new
Service One Platform.




