Hi everyone,
I need to include additional fields in ServiceNow SDIM tickets based on identity attributes, specifically the “Start Date.” While I’ve reviewed the integration guide for adding custom fields, some parts are unclear to me.
I can see the default “before provisioning” rule through Visual Studio, but it doesn’t appear when I export all the rules using the export APIs. How can I create a new “before provisioning” rule based on this default one?
I haven’t made any customizations to the PlanInitializerScript for our SDIM integration yet. Can I meet my requirements by modifying the script alone, or will I also need to create a new “before provisioning” rule in every instance that uses both the PlanInitializerScript and the rule together? If possible, could you provide an example of the PlanInitializerScript? Additionally, how can I view the “Sample Before Provisioning Rule for SDIM”?
What would be the best approach to include the employee’s “Start Date” (requested_for) in the tickets? Your guidance would be appreciated! Thanks in advance!