Oracle Forms (MOSC)

MOSC Banner

Required Field error

edited Apr 19, 2012 6:33AM in Oracle Forms (MOSC) 2 commentsAnswered
Hi All,
I have a requirement saying if person type is employee then make "Employee Category"  item as Mandatory fields.I followed the below approach.

Trigger Event:When_new_record_instance
Trigger Object:ASSGT
Condition: ${item.ASSGT.EMPLOYEE_CATEGORY_MEANING.value} is null

Context:USER LEVEL

Actions Property

Object Type:item
target Object: ASSGT.EMPLOYEE_CATEGORY_MEANING
Property Name:REQUIRED
VALUE:TRUE

I saved it and created a new employee but even though "Employee Category" is null i can able to save.Only the field color get changed to yellow.

I want it to show some error message when saving the record, if the "Employee Category" is null.

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