How do I make internal approval not required?
Here's how to make internal approval default to Not Required in Subscription negotiation settings:
- Enter a sandbox and navigate to the Subscription Configuration work area.
- Under Subscription State Management, click Event Models.
- Click the Subscriptions event model.
- Under States, click the DRAFT state.
-
For the Entry event, add this line to Groovy script: before the createHistory
line:
InternalApproval = 'NOTREQUIRED';