Important Update: Some Community URL Redirects are Under Maintenance. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Cross Reference on change

eyambao
Contributor

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

1 REPLY 1

KrunalAS
Archer Employee
Archer Employee

Hi @eyambao ,

Please let me know if you have any solution on the above-mentioned query.