Coupa Provisioning error : attribute is not synch across coupa
even though it is a default schema attribute not a custom attribute
values are not provisioned on coupa application.
when ever their is job level (attribute) change it is reflected in sailpoint with transform but it is not provisioning in Coupa application but expectation is it should reflect as it is a generic attribute from sailpoint coupa connector.
and the transform we used is
{
"id": "abcd1234",
"name": "Coupa test expense approval limit",
"type": "lookup",
"attributes": {
"input": {
"type": "firstValid",
"attributes": {
"values": [
{
"attributes": {
"sourceName": "UltiPro",
"attributeName": "level"
},
"type": "accountAttribute"
},
"noLevelSet"
]
}
},
"table": {
"10": "20000",
"11": "50000",
"12": "100000",
"13": "200000",
"14": "200000",
"15": "2500000",
"default": "0"
},
"requiresPeriodicRefresh": "true"
},
"internal": false
}
in create account we did configured requisition approval limit and also it is set to synch but is it a wrong configuration under identity attribute ? not sure why this is not getting provisioned to coupa application ?
no issues at all from transform but why do we see provisioning issue ?
When there is a job level (attr) change, the requisition approval (attr) threshold is not updating.
I attempted the attribute sync for - Bryan Cameron and noticed below error in the back end logs
Provisioning Verification for ‘Set’ Operation FAILED for source ‘Coupa Production [source]’ Tracking id: null
attributeName ‘requisition-approval-limit.amount’
expected value(s) ‘20000’ to be set as the new value found ‘null’
Not sure if we can sync such custom attributes or not ?
we have a go live