2023-03-16 01:40 AM
Hello,
Is there a way via custom code to check if XREF has changed/modified? click function is working but change does not work.
FieldID = xref field id
$('div[id*="'+ FieldID + 'c"]').click(function()
{
console.log('check');
});
Thanks,
Lisa