I need to write an IF condition within the Taleo Connect client, something like the following pseudocode:
IF
actual start date > Current
THEN
Retrieve Current date
ELSE
Retrieve actual start date
END
I need to write an IF condition within the Taleo Connect client, something like the following pseudocode:
IF
actual start date > Current
THEN
Retrieve Current date
ELSE
Retrieve actual start date
END
Appreciate this is long after the fact; but TCC is something i'm learning so in the hope it helps someone in teh future. I had to fix a date of Birth as a number of people had dates of Birth in the 3rd century for some reason.
This query worked to fix the date of birth to blank. This works fine.
This is my suggested solution based on the query above