Redwood - Error in auto complete rules on the job title page when activating redwood
On the Redwood job screen, when updating any job, we see that the following autocomplete error occurs as shown in the screenshot:
Here is the description of the rule for this screen:
{
The variable value booleanVar_isHDLWorker = Get boolean value from HCM Params (isHDLWorker,Job.Current row)
The variable value booleanVar_WorkFlow = User role (ORA_HRC_APPLICATION_IDENTITY_CUSTOM_DSPS)
If
(
booleanVar_isHDLWorker Not equal to True AND
booleanVar_WorkFlow Not equal to True AND
Job.Function Is not null AND
Job.Attribute 20 Not equal to Y
)
{
If
(
Job.Get Job Valid Grades Is not null
)
{
The variable value rowsetVar_ValidGrades = Job.Get Job Valid Grades