function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
victor92victor92 

Handle of a record

Im new on this of the SDK of salesforce for Xcode, i want know how can i access to the attributtes of a record, because the code that i have is just if i have a table, but if i don´t havent i try to pass the object of the record to a NSDictionary variable, but it didn´t work.

In a easy way to explain, i just want to put the object that i bring with a requestForQuery in a nsdictionary object, or in something similar. Thanks!

Best Answer chosen by Admin (Salesforce Developers) 
Tom GersicTom Gersic

Take a look at MasterViewController.m on this project:

 

https://github.com/tomgersic/CrumpRealEstate/blob/master/CrumpRealEstate/Classes/MasterViewController.m

 

Shows handling the response from requestForQuery