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

request for more information is not initiated base on FF

Summary:


I have this Fast formula to trigger the request for more information , I need it to initiated for US Requisitions only but it is not initiated

DEFAULT FOR IRC_CSP_REQ_NUMBER IS 'NONE'
CONDITION_RESULT = 'N'
CONDITION_MESSAGE = 'Country'

l_locale = 'US'
CHANGE_CONTEXTS(LANGUAGE=l_locale)

CONDITION_RESULT = IS_REQ_BELOW_IN_GEO_HIERARCHY(IRC_CSP_REQ_NUMBER, 'United States', 'ANY','ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'N',l_locale)
CONDITION_MESSAGE = IS_REQ_BELOW_IN_GEO_HIERARCHY(IRC_CSP_REQ_NUMBER, 'United States', 'ANY','ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'ANY', 'N',l_locale)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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