How do I make internal approval not required?

Here's how to make internal approval default to Not Required in Subscription negotiation settings:

  1. Enter a sandbox and navigate to the Subscription Configuration work area.
  2. Under Subscription State Management, click Event Models.
  3. Click the Subscriptions event model.
  4. Under States, click the DRAFT state.
  5. For the Entry event, add this line to Groovy script: before the createHistory line: InternalApproval = 'NOTREQUIRED';