Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-10-11 09:12 AM
I am trying to call a function on change event of a record permission field, which is set as value popup but it is not working.
Can anyone please look into it?
copyFromRPCAPOwner = 38245;
Sys.Application.add_load(function() {
$('div[id*="f' + copyFromRPCAPOwner + 'c_shf"]').change(function(){
alert("Date field changed");
});
});
2019-10-11 09:41 AM
Check this thread. Has some interesting discussions around it.