You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Recruiting CSP fast formula to get hiring manager

edited Nov 25, 2025 4:47AM in Recruiting, Opportunity Marketplace 1 comment

Summary:


I am trying to create a fast formula to get hiring manager to use it to prevent hiring manager to move candidates on certain phases but it is doesn't stop the hiring manager

DEFAULT FOR IRC_CSP_REQ_NUMBER IS '0'
CONDITION_RESULT = 'Y'
L_REQUISITION_NUMBER=IRC_CSP_REQ_NUMBER
L_person_id = get_value_set('XX_GET_PERSON_ID')

L_manager_id= get_value_set('XX_REQUISITION_HIRING_MANAGER', '|=P_REQUISITION_NUMBER=' || L_REQUISITION_NUMBER)

IF (L_person_id = L_manager_id) THEN(
CONDITION_RESULT = 'N'
CONDITION_MESSAGE = 'N'
)

Content (please ensure you mask any confidential information):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!