Attribute Change Method

0
When we pass a object to Edit Page is there any Method to see if a particular Attribute is changed ?
asked
1 answers
0

Download CommunityCommons from the app store and have a look at memberHasChanged funtion.

Checks whether a member has changed since the last commit. Useful in combination with getOriginalValueAsString.

- item : the object to inspect
- member: the name of the member to inspect. Note that for references, the module name needs to be included.

Returns true if changed.

 

answered