Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Send the request to manager for mobile no update

Karan07
New Contributor
New Contributor

i need to send the request to user manager for mobile number below screen shot is my work flow 

i am trying :

Steps to Reproduce:

  1. We have defined a dynamic attribute selectwhoami that is supposed to compare the value to the user's employeetype.
  2. The comparison is made within the workflow to decide whether to approve the request automatically or escalate for manual approval.

Expected Outcome:

  • If the selectwhoami value matches the user's employeetype, the workflow should proceed with automatic approval.
  • If the values do not match, the workflow should proceed to manual approval or another defined action.

Actual Outcome:

The workflow is throwing an unexpected error, and we are unable to proceed.

Karan07_1-1729375904266.png

 

please see the screen shot

Karan07_0-1729375771368.png

 

 

8 REPLIES 8

rushikeshvartak
All-Star
All-Star

employeeType T should be capital and if does not work then share logs


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

dynamicAttributes.get('UdynMobile')!=user.customproperty7

 

Karan07_0-1729407216385.png

even changing the date it goes to manager it should be reject 

 

i am trying this also : dynamicAttributes.get('UdynMobile').toString() != user.customproperty7.toString() 

NM
Honored Contributor III
Honored Contributor III

@Karan07 what are you storing in custom property 7 ??


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

Karan07
New Contributor
New Contributor

mobile number

Karan07_0-1729412043798.png

 

user column is customproperty7 to set mobile number  

 

NM
Honored Contributor III
Honored Contributor III

@Karan07 dynamicAttribute.get(DAname).contains(user.customproperty7) eq true


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

Please share logs in text file 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.