understanding Append
- Create a decision table to evaluate a set of conditions that test for salary levels and route approvals to the appropriate users. The salary levels and users are as listed in the following table:
Salary level (USD) | Approved by |
---|---|
Less than 80,000 | Hiring Manager |
Greater than or equal to 80,000 | Hiring Manager and HR business partner |
Greater than or equal to 100,000 | Hiring Manager, HR business partner, and department Vice President (VP) |
Greater than or equal to 130,000 | Hiring Manager, HR business partner, department Vice President (VP), and CFO |
Greater than or equal to 150,000 | Hiring Manager, HR business partner, department Vice President (VP), CFO, and CEO |
- Add a cascading approval process to invoke the authority matrix.
Question - How .TGBApprovals(<APPEND>).ApproverID property and the equals operator.
How append will work here can anyone please make me understand.
As per understanding Append is used for inserting the record in the highest index or combining the list.
But how it will work in the Decision table
- Create a decision table to evaluate a set of conditions that test for salary levels and route approvals to the appropriate users. The salary levels and users are as listed in the following table:
Salary level (USD) | Approved by |
---|---|
Less than 80,000 | Hiring Manager |
Greater than or equal to 80,000 | Hiring Manager and HR business partner |
Greater than or equal to 100,000 | Hiring Manager, HR business partner, and department Vice President (VP) |
Greater than or equal to 130,000 | Hiring Manager, HR business partner, department Vice President (VP), and CFO |
Greater than or equal to 150,000 | Hiring Manager, HR business partner, department Vice President (VP), CFO, and CEO |
- Add a cascading approval process to invoke the authority matrix.
Question - How .TGBApprovals(<APPEND>).ApproverID property and the equals operator.
How append will work here can anyone please make me understand.
As per understanding Append is used for inserting the record in the highest index or combining the list.
But how it will work in the Decision table
***Edited by Moderator: Pallavi to update platform capability tags***