Required Field error
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.
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.
0