Hello there,
I have a question, I am working with Deluge to get new records created in the candidates module, to be assigned to specific users (similar to round robin) so this function is attached to a workflow rule that gets triggered every time a new record is created.
Now, my question is, how do I make it so that the id of the new record can be part of the function? I tried the 'edit parameters' option in the custom function, and put the candidate id, but when I did a test and created a new record, it did not trigger the function.
Also I do not want to use round robin from Zoho Recruit (the one under assignment rules) because that is giving us an issue, so I just need to capture the ID of the new record being passed to that function in order for it to do what I need, how can I do this?