How to pass identity fields for ServiceNow ticket using SDIM, We need to pass identity data like first name, last name i, department of Employee into ServiceNow tickets, I checked document but don’t see anything related to this , can you please let me know the format in which format we need to pass the data ?
Hi Everyone, do we have any way to achieve this use case, I tried to see documentation but don’t see anything specific as per our requirement. @sharvari : Any guidance from your side
Hi, you’ll need to add them to your provisioning plan using either a plan initializer script or a before provisioning rule. Once in the plan, you can then reference them like any standard field in your service ticket using velocity.
Thanks for looking into this ?
I tried to add them into provisioning plan and tried to use it with various combinations like $plan.firstname$ $request.firstname$, can you please help with some documentation if it exist otherwise, I tried to check but don’t see anything specific on official sites.