Method name for PRE rebateAgreementsDetailAccountAssignPre and POST rebateAgreementsDetailAccountAssign
Triggered when a user selects an account from the dropdown menu after clicking the Assign Account button on the rebate agreement detail page, located at /#/rm/rebate-agreements/<rebateAgreementId>.
Notes:
rebateAgreementCopyAPI is exclusively accessible within the rebateAgreementsDetailCopy method. Attempting to access rebateAgreementCopyAPI within the rebateAgreementsDetailCopyPre method will result in it being undefined.
Additional Properties:
accountId: Returns the id of the selected account from the dropdown.
Method name for PRE
rebateAgreementsDetailAccountAssignPre
and POSTrebateAgreementsDetailAccountAssign
Triggered when a user selects an account from the dropdown menu after clicking the Assign Account button on the rebate agreement detail page, located at
/#/rm/rebate-agreements/<rebateAgreementId>
.Notes:
rebateAgreementCopyAPI
is exclusively accessible within therebateAgreementsDetailCopy
method. Attempting to accessrebateAgreementCopyAPI
within therebateAgreementsDetailCopyPre
method will result in it beingundefined
.Additional Properties:
accountId
: Returns the id of the selected account from the dropdown.