Technology Stack - EBS (MOSC)

MOSC Banner

Form Personlization not working when multiple business groups are in place

edited Aug 20, 2021 10:48AM in Technology Stack - EBS (MOSC) 8 commentsAnswered
Hi,

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center