ApproveAsset
Approves the asset based on the given asset type and id.
Execute
Sample EXECUTE ApproveAsset Id=1005, Type='LandingPage'
Input
Name | Type | Required | Description |
Id | String | True | Id of the asset. |
Type | String | True | Type of the asset.
The allowed values are EmailTemplate, Email, Form, LandingPageTemplate, LandingPage, Snippet. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |