@keiko.kasho the async save timeout threshold is a server config property (defaulted to 25 seconds). The timeout threshold is generic across your environment for all applications that opt-in to this behavior, not on an app-by-app basis.
I see that you found the Sales Order example - that’s the example I was going to point you to as well.
For future reference:
-
You opt-in to async save on the application level.
- If your application is an HD app, you will configure these settings on the Header app of the HD.
-
The two fields that matter are the
Descriptive FieldandBackground Operationsfields.Descriptive Fieldshould be a field that helps to uniquely identify a record in your application (e.g.SalesOrderID) and will be included in your success or failure notifications upon completion or failure of your save.- The
Background Operationslookup is where you will opt-in to this behavior. SelectLarge Data Background Save.
