Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
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
2024-01-22 02:51 PM
Hi @eyambao ,
Please let me know if you have any solution on the above-mentioned query.