How to Configure Stripe Code for Case Creation
Summary:
As of 23C, the stripe code for case creation is defaulted to "ORA_SVC_CRM". So when a user creates a Case, the new Case is CRM case. If any customer wants to create Cases with different stripe then there are (3) three ways to set the stripe for case creation.
- Page paramenter. Example:
- https://<your instance>/fscmUI/redwood/service/ec/container/case/create?StripeCd=ORA_SVC_HRHD
- https://<your instance>/fscmUI/redwood/service/ec/container/case/create?StripeCd=ORA_SVC_CRM
- https://<your instance>/fscmUI/redwood/service/ec/container/case/create?StripeCd=ORA_SVC_ISR
- Using groovy script in app composer
0