I am creating iOS application with the integration of SalesForce. I have created Xcode project with steps mentioned. I am able to get list of Leads, Contacts, Account, etc.
I have one more feature regarding conversion of Leads into Opportunity. I'm searching for SOQL using which I can make this feature in work.
But not able to find out the correct way of doing this or link using which I can get it.
I found convertLead() but somehow I'm not getting it.
In my application, I am showing list of Leads and on selection of one lead I have given ability to user to convert it into Opportunity. I have shown form with the fields which are mandatory while conversion. But what will the SOQL for it?
Any one have idea about it? Where can I get information related to Saleforce sdk for iOS?
Thank you