Description
Get the action output parameter from an executed action.
Signature
GetActionOutputParameter('executeaction', 'outputparametername', 'defaultvalue')
Example
SetVar ( 'saletaxrate' ,
GetActionOutputParameter(
ExecuteAction('new_SetSalesTaxRate','opportunity',[opportunity.opportunityid]),
'SaleTaxRate',
'0')
)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| executeaction | xxxx | xxxx | xxxx |
| outputparametername | xxxx | xxxx | xxxx |
| defaultname | xxxx | xxxx | xxxx |
