


Manage to figure out how to select object and lock it now I cant find how to unlock it, please help?
Views
Replies
Sign in to like this content
Total Likes
To lock it you woulduse:
ObjectName.access = "readOnly"
To unlock it you would use:
ObjectName.access = ""
Paul
Views
Replies
Sign in to like this content
Total Likes