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!!