We are trying to update a custom attribute(u_end_date) in servicenow and the request does not result in any changes even though it works using postman/bruno.
Did anyone had issues updating custom attributes in servicenow? What was the cause and how did you resolve it?
@alexc I worked on similar thing. You might need to enable certain permissions at SNOW end. There is a staging table, where all the incoming data gets loaded first whenever you make transaction from IIQ, → Then it loads to the sys_user table.
Could you please check if this is being updated to staging table or not?
Also, please try enable connector logs and see if IIQ is actually sending the custom attribute to SNOW or not.
When you do it via PostMan, is the attribute value ‘sticky’? Potentially, there is a batch job which runs on ServiceNow to update the value. Check the updated time stamp on the the sys_id record after you perform your update.