Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ResolutionStates Enum
Potential resolution states for a resolution strategy.
Enum Values
The following are the values of the CommerceExtension.ResolutionStates enum.
| Value | Description |
|---|---|
| EXECUTE_DEFAULT | Run the default domain logic (without running extension provider logic). |
| EXECUTE_REGISTERED | Run the extension provider logic provided by the Apex class registered for the endpoint provider name. |
| OFF | Don’t run any domain logic (default logic or logic provided by an extension provider). |