Marco Nappo_
Mega Guru

From the Demand / Portfolio Workbench is possible to manually modified resulted scores for demands just drag them and dropped them somewhere else in the bubble chart. If, after manually modify them you want to reset to the calculated value you can add a Action UI. This is attached as an update set at this article.

Here you have a description on how is implemented and used:

  1. UI Action → New
  2. Name: Update Assessment Results
  3. Table: Demand
  4. Check Form link, List context menu, Show Insert, Show Update
  5. Condition: current.state == -4
  6. Script:
var demandUtil = new DemandUtil(); 
demandUtil.updateAssessmentScore(current);

 Once you have your UI Script in place you can use it as follow:

  1. Go to Demand --> Workbench
  2. Manually move a demand on the bubble chart
  3. Select the demand on the List, right click and select Update Assessment Scoresfind_real_file.png
  4. You can find the same functionality on the Demand Form as well as a related link:

find_real_file.png

Comments
Michael131
Giga Expert

I set this up in London, and get this error message:

Security does not allow the execution of that action against the specified record 

Version history
Last update:
‎11-26-2018 02:23 AM
Updated by: