Salesforce Platform App Builder Release Exam – Summer 18 Which feature can an App Builder use to get an industry certification number for an account based on its …
August 2018
-
-
Retrieve Unfiled Public Email Templates Using Salesforce Package.Xml For retrieving and deploying EmailTemplate then folder name is mandatory. Example: to retrieve Salesforce report from Unfiled Public Email Template folder, then …
-
Retrieve Activity Custom Fields using Salesforce Package.xml In Salesforce Acitivity contains two topcis. One for Task and another for Events. if you try to retrieve Task fields (Standard fields of …
-
Salesforce Marketing Cloud Email Specialist Spring ’18 Release A customer wants to create an automation that runs a SQL Query then sends an email to the resulting audience. Which type …
-
How to deploy salesforce custom button using Apache ANT tool? Package.xml file to retrieve and deploy using ANT or Workbench salesforce deployment <?xml version=”1.0″ encoding=”utf-8″ standalone=”yes”?> <Package xmlns=”http://soap.sforce.com/2006/04/metadata”> <types> <members>Case.SendEmail</members> …
-
Salesforce Package.xml possible type, name tag and members format Type Name Tag Member format Class <name>ApexClass</name> <members>ControllerAPIName</members> Component <name>ApexComponent</name> <members>VFComponentAPIName</members> Page <name>ApexPage</name> <members>VFPageAPIName</members> Trigger <name>ApexTrigger</name> <members>CaseTrigger</members> Approval Process <name>ApprovalProcess</name> <members>ObjectAPIName.Approval_Process_Name</members> …
-
Which tool to use for Salesforce Deployment? Salesforce Deployment Tools, Best Practices and Faster Deployment Salesforce Deployment Tools:- Recently many deployment tools available either Free/Paid services, such as: Eclipse, ANT, Gearset, …
-
Extract Custom Button using Salesforce Package.xml Meta data name for custom button is WebLink and below is the format to use it in your package.xml to extract using workbench or …
-
What all are the action types available in Salesforce Global Actions: There are 6 actions types available in Global Actions. Create a Record Send Email Log a Call Custom Visualforce …
-
Difference between Salesforce Changeset, Force.com IDE, Force.com Migration Tool Difference between Salesforce Changeset, Force.com IDE, Force.com Migration Tool ChangeSet – https://help.salesforce.com/articleView?id=changesets.htm&type=5 Get Started with the Force.com IDE – https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_getting_started.htm Ant Migration Tool …