i hope it helps you. Let me inform if it helps you and kindly mark it best answer if it helps you so it make proper solution for others thanks http://sfdcmonkey.com
hi piush can u help me in this batch program same createdby date related Assign all the leads created during non-business hours to specified queue and leads created during business hours to specified queue.
Hi pankaj, please put a new query on forum regarding to your new requrement in proper details, so everyone can take a look into this, and close your this query by choosing best answer so it will make proper solution for others in future. Thanks
trye like below :
String sDate = String.valueOf(obj.createdDate.date() ;
String sTime= String.valueOf(obj.createdDate.time() ;
here is the sample code :
i hope it helps you.
Let me inform if it helps you and kindly mark it best answer if it helps you so it make proper solution for others
thanks
http://sfdcmonkey.com
Please check once below sample code it may help you.
Hope this helps you.
Thanks
Varaprasad
can u help me in this batch program same createdby date related
Assign all the leads created during non-business hours to specified queue and leads created during business hours to specified queue.
Thanks