Integrated Application Platform › Forums › General › Md5 function › Re: Re: Md5 function
June 22, 2011 at 3:18 pm
#863
Moderator
Hi Jason,
AccessControl sends an Access_RecordChange message whenever the data changes. It will pass a list of members that changed.
Here is what the method will look like in your Controller. The members argument that is sent is an object containing the member names in the data that changed:
Access_RecordChange(members)
{
}