Form Personlization not working when multiple business groups are in place
Hi,
We are doing a form personalization in Address Form (PERACADR). The requirement is to throw an error message when the characters in address line 1, 2, 3 exceeds 30 characters for US and 20 chars for Canada.
Below are the details about the form personalization. It is working fine in US Business group PUI form. But it is not working in CA Business Group PUI Form.
Responsibility: US Super HRMS Manager and CA Super HRMS Manager
Trigger Event: WHEN-VALIDATE-RECORD
Trigger object: ADDRESS
Condtion: (:ADDRESS.BUSINESS_GROUP_ID = '0' and
(length(:ADDRESS.ADDRESS_LINE1) >30 or length(:ADDRESS.ADDRESS_LINE2) >30 ) )
or
(:ADDRESS.BUSINESS_GROUP_ID = '121' and