you can add below script in debug page-> open identity xml of the failed joiner identity -> ” in the identity attribute add an entry
true ”
then run the refresh identity task for that particular user.
## Not sure it didn’t paste completely – What attribute or entry i have to make to true.
this entry will not be present but to make create work flow (joiner) to trigger, you have to ‘add’ the provided entry in identity xml in the debug page. Add it with identity attributes at the top.
if unfortunately $lastname has no value or null then user will see $lastname in the email but $! make sure if there is no input for a velocity template variable then the user will see empty string which is kind of okay then showing $lastname
for more check out https://velocity.apache.org/engine/1.4/user-guide.html
9 Comments
Hello , Joiner Event is failed for 2 users, is there way we can retrigger failed ones?
you can add below script in debug page-> open identity xml of the failed joiner identity -> in the identity attribute add an entry
then run the refresh identity task for that particular user.
NOTE: this would work if the joiner process event trigger type is “Create”
Thank you .
I see your response as below :
you can add below script in debug page-> open identity xml of the failed joiner identity -> ” in the identity attribute add an entry
true ”
then run the refresh identity task for that particular user.
## Not sure it didn’t paste completely – What attribute or entry i have to make to true.
Can you tell me what entry i have to make to “true” ?
this entry will not be present but to make create work flow (joiner) to trigger, you have to ‘add’ the provided entry in identity xml in the debug page. Add it with identity attributes at the top.
I saw email template variable read like $lastname , $!new Manager – what is difference between $ and $! ?
if unfortunately $lastname has no value or null then user will see $lastname in the email but $! make sure if there is no input for a velocity template variable then the user will see empty string which is kind of okay then showing $lastname
for more check out
https://velocity.apache.org/engine/1.4/user-guide.html
How can we get the Custom Attributes listed in Attribute based Life cycle event like costCenter?
Hi
Can you do a video on LEAVER as well?