isPromotionTemplateDerivable
This method validates if the given promotion has a derivable promotion template.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
promotionId | String | YES | ID of the promotion. |
Input Sample
"source": {
"class": "DerivePromotionWizardCallable",
"method": "isPromotionTemplateDerivable",
"cache": true,
"params": {
"promotionId": "{! promotionId }"
}
}