Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with on change event of Record Permission Field

FaisalKhan
Contributor III

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");
          });

 

 });

1 REPLY 1

Arun.Prasad
Advocate II

Faisal Khan,

 

Check this thread. Has some interesting discussions around it.

 

Record Permission Custom Object