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.
Program Application Output
- JSON example
-
1{ 2 "success": true, 3 "message": "Your application has been submittted successfully", 4 "applicationId": "IA-0000000456" 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| applicationId | String | Tracking number for an application. | Small, 58.0 | 58.0 |
| message | String | Response message. | Small, 58.0 | 58.0 |
| success | Boolean | Indicates if the application is successfully created (true) or not (false). | Small, 58.0 | 58.0 |