Hi All,
We have an custom event which should send an email when Application of Payment status is set to cancelled.
To email address will be fetching from a custom attribute CM_EMAIl:
IFSAPP.Pers_comms_Work_API.Get_Work_Email(&NEW:COMPANY,IFSAPP.Company_Person_Api.Get_Person_Emp_No(&NEW:COMPANY,IFSAPP.sales_contract_api.Get_Contract_Manager(&NEW:CONTRACT_NO)))
But this email is failing because of the error ‘ Mail To-address is not specified’.
This is APP 08 and checked the custom attribute with the documentation example as well.
Kindly advise me whether this Function requires permission to fetch value.