I add a Trigger to the table cust is a variable Data Type of Record = Table Customer .
i want when the table get the customer No and the Customer Name will auto fill against the Customer No it work properly.
IF cust.GET("Customer No") THEN
BEGIN
"Customer Name":=cust.Name;
END;
Now i want to add this trigger through Codeunite i need help in this trigger using codeunite. please help me with example.
Thanks in advance.
*This post is locked for comments
I have the same question (0)