Per Brøndum
Per Brøndum
I tried to create the extension: ``` import Foundation import SwiftlySalesforce extension Connection { func nextResultsPage(path: String) async throws -> QueryResult { return try await request(service: Resource.Query.NextResultsPage(path: path)) } }...
That works, thanks. Is there a reason that nextResultsPage returns
I got the above to work with both Record and my own decodable type SFDCTask, by creating two versions of nextResultsPage. I tried but, my generics is not strong enough...
Finding an efficient fast way to find all object records (or nil) belonging to a company. FIND {tap2sales} In name FIELDS RETURNING Account(id, name), opportunity(id, name), contact(id, name, accountId) Basically...
Using parent-child gets complicated with outer joins especially as we want to expose null records. Below's an example of what I meant with contact Id. let sosl = "FIND {%\(searchStr)%}...
Beautiful. This is just awesome. Thanks. let sosl = "FIND {%\(textField.text!)%} IN Name FIELDS RETURNING Account(id, Name, BillingStreet, BillingCity, BillingPostalCode, BillingState, BillingCountry, lastActivityDate), Contact(id, name, MailingStreet, MailingCity, MailingPostalCode, MailingState, MailingCountry),...
Looking for a way to do bulk inserts of records of same type. Hoping for a way that allows the bulk inserts to count as 1 as opposed to n...
Thanks. I'm going to have to read up on this. Per
I think I over complicated this request by driving the conversation into API cost. The real issue for us is that we need to generate X tasks instantaneously (or as...
Garmin Connect 2020-05-26T12:55:29.000Z Amsterdam Cycling cycling -2.400000095367431640625 2020-05-26T12:55:29.000Z 26.0 127