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 Fast Formula Error

Summary:

Hi

I have created the below FF to be used in Participation and Rate Eligibility Profile. This to be used to show a journey task based on Requisition Flexfield

/***************************************************************************
FORMULA NAME: GB Journey Eligibility Profile Fast Formula
FORMULA TYPE: Participation and Rate Eligibility
DESCRIPTION: This formula is used to allocate the GB Pre-Employment Journey to a Pending Worker
Change History:
Name Date Version Comments

DRAFT 1A Initial Version
*******************************************************************************/

DEFAULT FOR IRC_REQ_ATTRIBUTE_CHAR4 IS 'X'

ELIGIBLE = 'N'

If (IRC_REQ_ATTRIBUTE_CHAR4 = 'GB') then
( ELIGIBLE = 'Y')

return ELIGIBLE

when I compile the above I get the below error

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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