Extending Your Integration
If you need to change the default values, you can use certain data points to modify those.
Add the odataEventOptionIdMap
attribute in the application Debug page as follows:

The odataEventOptionIdMap
attribute can be used to aggregate employee based on the Picklist id events - option id values.
Any changes in these values, must be updated using the odataEventOptionIdMap
entry key as follows:
<entry key="odataEventOptionIdMap">
<value>
<Map>
<entry key="Hire" value="<optionid>"/>
<entry key="Rehire" value="<optionid>"/>
<entry key="SCWK" value="<optionid>"/>
</Map>
</value>
</entry>
For example:
<entry key="odataEventOptionIdMap">
<value>
<Map>
<entry key="Hire" value="3669"/>
<entry key="Rehire" value="3676"/>
<entry key="SCWK" value="30768"/>
</Map>
</value>
</entry>

Identity status connected to the account would be based on employee status as specified below:
Employee Status |
IdentityIQ Status |
Active |
Enabled |
Dormant |
|
unpaid leave |
|
paid leave |
|
Suspended |
|
Furlogh |
Disabled |
Discarded |
|
Retired |
|
Terminated |