Profile and DCR widget
View auto-approved changes
A new property can be added to the widget code to wait for a DCR to be auto-approved before returning the record to end users.
When DCRs are set to be auto-approved, there can be a short delay processing the changes after they are submitted through the Profile or DCR widget. To help end users see the expected updates, this property will insert a short delay for the DCR to be auto-approved before returning the record.
When this property is added to the widget code, the following behavior can occur within the set timeframe:
-
DCR is auto-approved - The widget will return the latest record with the requested changes.
-
DCR is not auto-approved - The widget will provide the latest record, but the requested changes may not yet be on the record.
Auto-approval property
wait-for-auto-approval="true"
Add this property to the widget code in the body in your HTML.
Example
This enhancement is not enabled by default. Developers must add the property to the widget code. It applies only when DCRs are set to be auto- approved.