Asynchronous Integration-Based Transaction Locking for Quotes
Hi Team ,
We have a requirement to enable Transaction locking for our commerce process. Given the presence of multiple asynchronous integrations throughout the quote lifecycle, we are planning this implementation as outlined below using OOTB Transaction locking feature.
- "Sales User" creates Quote (Quote is locked with "Sales User")
- "Sales User" added the products (Quote is locked with "Sales User")
- "Sales User" submits the Quote for Approval
3.1. On Submit Action Advanced Modify - Before Formulas : We are calling unlock action [REST API] using "Sales User"
3.2. On Submit Action Advanced Modify - After Formulas : We are Initiating Integrations call (Asynchronous) - Submit Action processing Completes
0