ApexDevForce.com

  •   Blog
  •   Archive
  •   Category
  •   Tag
 2020-07-01
Salesforce SFDX CI/CD - Bitbucket Pipelines Example

Salesforce SFDX CI/CD - Bitbucket Pipelines Example

Read More
 SFDX  Bitbucket Pipelines  CI/CD  Comment  Share
 2018-12-12
Apex get outstanding scheduled jobs

Get outstanding scheduled Apex jobs

Read More
 Apex  Scheduled Job  Comment  Share
 2018-01-07
com.sforce.ws.SoapFaultException Unable to find a deserializer for the type common.api.soap.wsdl.QueryResult Error Id

com.sforce.ws.SoapFaultException: Unable to find a deserializer for the type common.api.soap.wsdl.QueryResult Error Id: 883671539-69937 (-428048666)

Read More
 SoapFaultException  deserializer  Comment  Share
 2017-05-17
Attach a Dynamic PDF Message to a Salesforce Email Template

Attach a Dynamic PDF Message to a Salesforce Email Template.The Email Template can be used in Email Alerts that will be triggered by Workflow Rule / Process / Flow … etc

Read More
 Apex  Visualforce  PDF  EmailTemplate  Comment  Share
 2017-03-07
Salesforce Formula field to generate Case ref number

V1TRIM(" [ ref:" + LEFT( $Organization.Id, 4) + RIGHT($Organization.Id, 4) +"."+ LEFT( Id, 4) + SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Id, RIGHT( Id, 4), ""), LEFT...

Read More
 Formula  Case  Comment  Share
 2016-05-22
Salesforce Formula Calculate Years and Months Between 2 Dates

To calculate Years and Months in Salesforce formula field between 2 dates.Use case:Calculate how many years and months work experience from an employee start work date.Formula Field, return Text:

Read More
 Formula  Comment  Share
  © apexdevforce.com