How to create workitem in SailPoint

In this sailpoint tutorial examples post, we will see the code to create workitem in SailPoint manually. Below is the code to create manually workitem in SailPoint for any specific application. Copy the above code to create workitem in Sailpoint. please change the static value with the actual value.

How to create sequence number for workitem in SailPoint

In this SailPoint tutorial example, we will see how to create sequence number manually in SailPoint. There may come situation, where you have to create sequence number manually. Here we see how we can create sequence number manually. sequence is created through Sequencer. Sequencer class is present inside sailpoint.persistence.Sequencer package. New object of Sequencer is … Read more

How to get attribute value of an identity in Sailpoint

In this Sailpoint tutorial example post, we will see how to get any attribute value of an Identity in SailPoint. In Identity object, Sailpoint has getAttribute api method which is used to get the attribute of an identity. In sailPoint, Any identity attribute value can be get through getAttribute method.