Page 1 of 1

Personalization Isuue

Posted: Wed Jun 18, 2008 4:06 am
by Saurabh_provab
HI. I am doing pesonalizatio in assignmnt form in HRMS in payroll filed in this i m facing some problem can any one help me out.

description is given below----------->

enter&maintain screen-->assignment screen-->payroll field to be made mandatory-->with two conditions : 1->it wont be applicable for already entered employee.2->payroll field shuld be mandatory for only those employe who is entering from today onwards.

Regards
saurabh

Posted: Mon Jun 15, 2009 5:16 pm
by eng_ahmad_2007
Dear Sauraph,

Use the personalization form. Change the "Required" property of the required item "Payroll" field to Yes; and add a condition on the "When New Record Instance" Trigger or any appropriate trigger that:
If current session date is less than your date then condition = False
Else, it is true.
Note that you can reference current session date in your rule.

I hope this helped but I wonder what is the logic of doing this personalization? Since you can always use datetracking feature in Oracle HRMS.

Regards,