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
Tagged:
0