Can an approval workflow rule set include proposed grade and quartile conditions?
Summary:
I am a beginner in writing approval rules and looking to create new approval workflows for Promotion, Transfer, Change Salary actions to include conditions based on proposed Grade and Salary Quartiles in BPM Worklist. I copied an existing rule and modified it to include the following new conditions:
Task.payload.Worker's Proposed Assignment.result.Grade is P1 (I confirmed that the Grade "P1" exists)
Worker's Salary Details.Proposed Quartile is 2
When validating I received the following rule validation errors:
RUL-05717: The identifier "P1" is not valid here
RUL-05720: data type mismatch for test "==': String ==int
Can you advise how I can correctly include Proposed Grade and Proposed Quartile conditions to trigger certain approval flows?