Skip to content
CYNOSYS

CYNOSYS

  • Salesforce
  • Javascript
©2019 CYNOSYS
Categories Salesforce

String Manipulation in Salesforce

Posted on October 3, 2017March 7, 2020by xenon
Salesforce provide set of methods for String manipulation. This article explains usage of each function with examples. Truncate strings with ellipses. abbreviate(maxWidth) re…
Continue reading "String Manipulation in Salesforce"
Categories Salesforce

Loss of fractions when dividing integers in Salesforce Apex

Posted on September 11, 2017May 2, 2020by xenon
In Apex, this is a small coding issue can lead to serious calculation problems. When dividing numeric Integer or Long values, the fractional portion of the result, if any, is remov…
Continue reading "Loss of fractions when dividing integers in Salesforce Apex"
Categories Salesforce

Salesforce Deployments with ANT Migration Tool and Batch Scripts

Posted on August 10, 2017March 7, 2020by xenon
Apache's Ant is a Java library and command-line tool which allows quick deployment/migration of components into a target system. Once you installed Force.com migration tool, it can…
Continue reading "Salesforce Deployments with ANT Migration Tool and Batch Scripts"
Categories Salesforce

Salesforce Coding Standards

Posted on August 7, 2017March 7, 2020by xenon
This is an unofficial list of Salesforce Coding Standards sourced from various guidelines & coding standards from the internet. Salesforce recommends following Java standards f…
Continue reading "Salesforce Coding Standards"

Posts navigation

Previous Page 1 Page 2 Page 3
Search