Question
4
Replies
3844
Views
PayPal
Posted: March 23, 2017
Last activity: August 26, 2020
Obj-open using keys other than the primary key
Consider a class "X" and its key is defined as "Y"
In what case ,we can do a obj-open on that class instance by using property other than "Y"?[
I heard we can do this with the help of lock key .If so ,where to mention the lock key and can the lock key be different from the class primary key "X"?
Can any one help me on this/
Hi,
If a class belongs to a work group, no keys will be explicitly defined for that class. It uses the keys defined on that Workgroup.
The properties used in the Obj-Open, must use atleast one of the property mentioned in the keys section on the class rule form.
In case you are trying to obtain a lock on the WO, the properties in the Obj-Open must use one of the property forming the lock key.