OIM11GPS3 - Adapter task
Hi Gurus,
I need to develop a Process Task adapter to update SAP UM process form field (UD_SAP_LOCK) based on changes in the User Definition attribute (USR_UDF_STATUS).
My use case: (SAP UM 11.1.1.7.0)
When that attribute (USR_UDF_STATUS) is equal 'DEMISSAO', the User Lock should be marked.
At the Form Designer the UD_SAP_LOCK is boolean Varianty Type -- CheckBox Field Type.
At the DB the UD_SAP_LOCK is a VARCHAR2 (1CHAR) data type.
I try this:
But the tasks was getting Rejected with the error detail: Setting task status... "null" does not correspond to a known Response Code. Using "UNKNOWN".