Question
PayPal
IN
Last activity: 26 Aug 2020 8:41 EDT
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/