Which IIQ version are you inquiring about?
8.4
So I have a requirement that to provision some attributes while creating a SAP ECC Account, They are under DEFAULTS in SAP.
According to this: Schema Extension (sailpoint.com)
DEFAULTS are available to be provisioned, but when I try to provision they do not get provisioned.
In the logs they are getting skipped.:
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-DCPFM].
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-SPLD].
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-SPLB].
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-SPLA].
The application.xml is below:
application.xml (30.3 KB)
Is there anything im missing?