function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Zoom_VZoom_V 

Approval Process using field values

I have what I call Employee Profiles in which each employee has currency fields which are the limits he/she can expense on a business trip. There is a field representing the dollar for their job title, and another field showing the user's dollar amounts. Their dollar limits may or may not be at the limit of their job title.

I am trying to create an Approval Process which will be submitted for a person to request an increase in an employee's limits. Sometimes the request may be above their current job title's limits, sometimes it may not be. I would like the Approval Process to be routed differently if the request is above the job title limit of the employee in question.

How can I put in the logic which will refer to the field on the object to see if the new requested limit is above the job title's limit ? As I see it, I can only put in actual numbers, not references to field values. 

Thank you.
Best Answer chosen by Zoom_V
SKolakanSKolakan
Try using formula instead of criteria.

All Answers

SKolakanSKolakan
Try using formula instead of criteria.
This was selected as the best answer
Zoom_VZoom_V
Thanks Sreeni.