arguments name type description querystring string query string that specifies the object to query, the fields to return, and any conditions for including a specific object in the query. for more information, see the salesforce soql and sosl reference guide . response queryresult faults malformed...
Query should be a SOQL query. See nestedGet for checkFields format."""printinitString data = self.sf.query_all(query) output = json.loads(jsonizer(data)) lengthset = set()forchangeinoutput["records"]: lengthset.add(nestedGet(checkFields, change)) totalcase = len(lengthset)print"Got",...
Second, users can choose how to group and summarize deals in the List View. Again, users have the choice of grouping on any Opportunity field, any field on related objects, or any Product fields. Sub-totals summarize the pipeline value for each group, and users can use “nested groupings...
Platform cache would not work as it isn’t rolled back in the AllOrNone = false scenario. The only thing that meets both criteria would be Sobject fields. A general approach … Trigger sets the field in Trigger.new (or updates some other Sobject with a known key) Workflow field update...