Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/24/2024 09:42 AM
Hello team,
We have one new requirement as
we have some set of users, if any request raised under that users the request will be auto approved.
For this i have marked all these users one cp value with one flag value, but in the work flow how can we write the condition for this.
Example: For one user I have marked cp20 as VIP and in the workflow the condition need to check like
- > When any request was raised to that VIP user it should be auto approved.
Could you please help me on this how can we check this condition in the work flow
Thanks
Sandya
07/24/2024 10:45 AM
user.customproperty20 eq 'VIP'
07/24/2024 11:39 AM
Check below link for all references which can help with your other use cases as well.
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.
07/25/2024 01:52 AM
Hello all
thanks for your suggestion's, but when am testing the syntax with user.customproperty20 eq VIP
and when am testing in lower environment by requesting for access
am getting the below error
07/25/2024 05:55 AM - edited 07/25/2024 05:56 AM
Single quotes are missing / share workflow wiring
07/25/2024 08:10 AM
Hello Rushikesh,
i have tried the condition
but it is not getting auto approved and creating the request, it need to be auto approved
please check the below screenshots
For Assignee id i have added cp29 as VIP
07/25/2024 09:04 AM
Have you tried == condition as per document? DId that work?
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.
07/25/2024 01:42 PM
user.customproperty29 !=null and user.customproperty29== 'Yes'
07/25/2024 10:12 AM
Hello Devang Gandhi,
Thanks for your reply, i have tested with == condition also but it is not working
it is creating the request and going for the approval.
Could you please help me out here
Thanks,
Sandya
07/25/2024 11:10 AM
Can you please capture the logs and see whats going on?
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.