Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PFUN-6561

...

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
  ]
)


(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.