Check which fields changed in a business rule - last updated fields
(see also these articles:
for additional function calls see this article
for scoped app version see this article
)
var gru = GlideScriptRecordUtil.get(this.incidentGR);
var sChgFields = gru.getChangedFields();
Comments
Post a Comment