Morning.
We are having an issue with the call from Web hooks. When a filed within the Asset form is blanked out. In this example its the cost code. the returned call from the Web hook does not include the record so we have no ability to then act on it. Is there a way we can capture what record has been amended?
{
"onEntityEvent": {
"eventSource": "urn:webhook:entity:Asset:update",
"callingSessionId": "U2020101422807095",
"eventTime": "2020-10-15 17:53:28Z",
"actionBy": "removed to not post email address",
"actionByName": "Chris Anson",
"entity": "Asset", "record": {
"h_pk_asset_id": "173817",
"h_last_updated": "2020-10-15 17:53:27",
"h_last_updated_by": "removed to not post email address"
}
}
}
t