Hi, All I am trying to trigger event that is to send email when ever udf is updated with new value. The UDF is in the Customer screen as shown below. I have already created a business event and email notifications and I tried adding UDF with API but still no emails. Is this generic Inquiry Relation issue or something else?
Best answer by hgilbert
The multiple line issue occurs when you have a table with a single line connected to a table with multiple related line. The best example of this is the AP Invoice Table and AP Invoice Tran table. Every AP invoice has one vendor, one invoice number etc - but some of them may have multiple transaction lines. When you connect the two together you see the data from the Invoice table repeated for every line that’s displayed of the Tran table.
A way to work around this is to utilize a subreport.
If I understand what you’re trying to do correctly, you could duplicate the Customers Generic Inquiry, and add an additional column for the User Defined Field.
Page AR3030PL
Then in the business event select
In the Trigger Conditions of the Business Event you would then specify Field changed and the table and UDF field.
The multiple line issue occurs when you have a table with a single line connected to a table with multiple related line. The best example of this is the AP Invoice Table and AP Invoice Tran table. Every AP invoice has one vendor, one invoice number etc - but some of them may have multiple transaction lines. When you connect the two together you see the data from the Invoice table repeated for every line that’s displayed of the Tran table.
A way to work around this is to utilize a subreport.
I have already resolved that issue and it looks good to me now. Only trying to fill AGDCRAN column with values but still null. Trying to figure out what’s the problem