Hi there,
I am wondering what is the different between putting CANDIDATEID vs none (no value is assigned):
regards and thanks
Hi, thanks,
I did try that it is about filtering. Suppose there are two candidates and they all in a wait activity. If, the candidate value is assigned a candidate id, then when i update that candidate it, ONLY its wait activity is closed. On the other hand, if it is left blank, when i update one of the candidate, ALL both wait activities are closed.
regards
Hello BPT,
Please refer the below link where it is explained very well.
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Processes/Process_Tools/Wait
Here, the Candidate ID is reference key for the another entity's attribute which need to be pass to update the Interview entity.
Thanks & Kind Regards,
Sachin
So, if i do not pass it, what is the different?
thank
Based on your screen shot if you will not pass Candidate ID then that particular candidate's record into would not get updated into the entity with appropriate status which would required to close the complete activity. Since you are also not passing Interview entity identifier.