CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jul 15, 2024
Issues: 103 / Replies: 102
Topic
Reply
RE: CRON Expression Example

Check these out: Also use for generating cron expression

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 501
Reply
3 years ago
Forum
Topic
Forum
Replies: 2
Views: 450
Reply
RE: get ids or names of a list of failed DML insert records

// This is one way. This won't give you id's or any other fields, but just the field that caused the exception: List srList = Database.insert(recsT...

3 years ago
Forum
Topic
Reply
RE: Terminate hung/stuck Bash and return to bash prompt

To return to bash prompt from a previous command that's being executed but seem to be hung up, press Q. Ctrl+c won't work here as its for Dos Prompt. ...

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 1515
Reply
RE: How to create comma separated values to use in the IN clause in SOQL

jsonBody = '[{"count__c":"445", "downloads__c":"340"}, {"count__c":"440", "downloads__c":"240"}]'; List dList = (List) System.JSON.deserialize...

3 years ago
Forum
Reply
RE: Update a field in child records from the fields value in parent

This is to update a child object field (downloads__c) in each of the child records in the child object (Data__c) record collection, with the value of ...

3 years ago
Forum
Reply
RE: deserialize json data records into a list

// received json: jsonBody = '[{"pnm__c":"pname1", "material__c":"materialname1"}, {"pnm__c":"pname2", "material__c":"materialname2"}]'; // object...

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 272
Page 11 / 14