cancel
Showing results for 
Search instead for 
Did you mean: 

SuccessFactors Integration Center - Calculated Field

gbirsa
Discoverer
0 Kudos

Hello,

We have created an integration, in the Integration Center, which has SuccessFactors as Source Type and Destination Type.

The objective is to populate a field in the Job Information section, let's call it custString_01 which is based on:

  • the value from a field on an MDF object (let's call it custString_02) and
  • the “Event Reason” selected on the HIRE record in the Job Information

To do so, we have created a calculation, within Integration Center, on custSring_01 with the following logic:

IF "custString_02" is equal to "01" AND "Event Reason" is equal to "IN001"

THEN "custString_01" is equal to "Incrementale - Mercato"

ELSE IF “custString_02" is equal to "01" "Event Reason" is equal to "IN011"

THEN "custString_01" is equal to "Stabilizzazione - Stage"

ELSE IF “custString_02" is equal to "01" "Event Reason" is equal to "IN012"

THEN "custString_01" is equal to "Stabilizzazione - Somministrazione”

IF ... Continuing with "custString_02" is equal to "02", etc.

Are you aware of any limitations on this type of calculated field/logic within Integration Center? Could we set up a Calculated Field with two fields as input conditions/two if-then statements which are not nested?

Many thanks,

Gabriele

Accepted Solutions (0)

Answers (0)