Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegroovy
quoteProcessor.addOrUpdateInput(
  "ROOT",
  ["name": "OpportunityName",
   "label": "Opportunity Name",
   "type" : InputType.STRINGUSERENTRY,
   "readOnly": api.global.isOpportunity,
   "required": false,
   "parameterGroup": "Opportunity and Project Information",
   "alwaysEditable": true
  ]
)


(warning) Note that 'alwaysEditable' inputs are only supported in Unity UI (not in Classic UI)!

(tick) In the same way (setting fields as 'alwaysEditable') you can update approved Contracts or Rebate Agreements. Note that if the user has the DataIntegration user role assigned, this functionality may not work correctly.(tick) 'alwaysEditable' inputs are only supported in Unity UI (not in Classic UI)!