Vittoria
(Vittoria Vizzari)
December 17, 2024, 8:13am
1
Hello,
I was wondering what is the correct syntax to put inside of the field Description of the Service Desk in order to display entitlements and their description.
I tried something like the example below, but I know I’m missing something.
$newline #if($item.attribute == '*entitlement*')
Entitlement: $item.name
Description: $item.value
#if ($request.arguments.comments), Comments : $request.arguments.comments #end
pablonovoa
(Pablo Novoa Lopez)
December 17, 2024, 9:16am
2
Hello, did you try to use a beforeProvisioning rule? With that approach you will be able to put in the ticket everything you want.
Regards,
Pablo
Vittoria
(Vittoria Vizzari)
December 17, 2024, 9:19am
3
Hello, thank you for your answer. What do you mean with the rule? I don’t have access to that and I can only modify the field from the interfaace.
pablonovoa
(Pablo Novoa Lopez)
December 17, 2024, 9:31am
4
Hello, i am talking about cloud rules (Before Provisioning Rule | SailPoint Developer Community ) You can attach it and modify the response elemements that you are able to use thorugh a PATCH API call patch-service-desk-integration | SailPoint Developer Community
The worst thing is that it is a Cloud rule and you will need the help of professional services to upload it.
Regards,
Pablo
Vittoria
(Vittoria Vizzari)
December 17, 2024, 9:47am
5
I could try, but could you tell me how to navigate the attributes of the object item? I’m searching for it in the documentation, but I haven’t found nothing yet.
HI @Vittoria ,
Try this. Add exclamatory symbol
Entitlement: $!item.name
Description: $!item.value
system
(system)
Closed
February 15, 2025, 10:43am
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.