Hi, I want to add acustom field on the serial object that holds the Support Agreement ID from the support agreement but I am getting the following error message:
Hi, I want to add acustom field on the serial object that holds the Support Agreement ID from the support agreement but I am getting the following error message:
Hi
Based on the requirement, I think your select statement should be like below.
select agreement_id from ifsapp.cc_support_agreement where customer_id = :owner
And the arguments should be;
v.owner
Try these and see whether it works.
Hi
So, it should be like below.
select support_agreement_id from ifsapp.cc_support_agreement where customer_id = :owner
Thanks,
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.