Formula for Salesforce process builder when change from one picklist value to another value AND( OR( TEXT([Case].Status) = “InProgress”, TEXT([Case].Status) = “Working” ), TEXT(PRIORVALUE([Case].Status)) = “Closed” ) Use the …
SALESFORCE
Formula for Salesforce process builder when change from one picklist value to another value AND( OR( TEXT([Case].Status) = “InProgress”, TEXT([Case].Status) = “Working” ), TEXT(PRIORVALUE([Case].Status)) = “Closed” ) Use the …
FORMULA LIST: Algebra : 1.Sum of first n natural numbers = n(n+1)/2 2.Sum of the squares of first n natural numbers = n(n+1)(2n+1)/6 3.Sum of the cubes of first n …
Clone Salesforce.com User Records Using a Custom Link create a custom custom link in User Object in salesforce and then the redirect the page like: SALESOFRCE.COM URL/RecordId/e?clone=1&retURL=RecordId For Example: https://ap1.salesforce.com/00590000003gTAe/e?clone=1&retURL=00590000003gTAe …
Clone Salesforce.com Records Using a Custom Link Or Custom Button create a custom button or custom link and then the redirect the page like: SALESOFRCE.COM URL/RecordId/e?clone=1&retURL=RecordId For Example: https://ap1.salesforce.com/00590000003gTAe/e?clone=1&retURL=00590000003gTAe if …