Skip to Main Content

DRM Script Validations for a member move

2631283Jul 17 2014

Hi All,  Looking to do validations on a member move.  Using scipt validation but can seem to get access to the post move members.

Script below.

if(move.IsPre){

     print (move.NewParent.PropValue('Custom.ComputronCompany'));  //This gives me 560 which is the Post-Move Company

     print (node.PropValue('Custom.ComputronCompany'));  //This gives me 559 which is the Pre-Move Company

}

print (node.PropValue('Custom.ComputronCompany'));   //this gives me 559 which is the Pre-Move Company

I cant seem to get access to the properties for the post move member.

Anyone have some good examples of how this works?

Thanks!!

Post Details
Locked due to inactivity on Aug 14 2014
Added on Jul 17 2014
0 comments
703 views