ParsePy icon indicating copy to clipboard operation
ParsePy copied to clipboard

How To Retrieve Objects based on Other Unique Columns

Open mirzaei-mm opened this issue 8 years ago • 0 comments

Hello,

I have a table which has a candidate key named "Id", and as you know, all tables have "objectId" too. how can I retrieve an object based on the "Id" column? I want to use get() method like this: MyTable.Query.get(Id='xxxxxxx'), instead of MyTable.Query.get(objectId='yyyyyy')

Thanks

mirzaei-mm avatar Aug 27 '17 18:08 mirzaei-mm