To create a file on salesforce , create an object of type Content Version. Below is the format of data to be passed - %dw 2.0 import * from dw::core::Binaries output application/java --- [{ Title: "SampleFile", PathOnClient : "Sample.pdf", VersionData: toBase64(payload) }] Wh...
Which user can create a new user in Salesforce? Salesforce users with aSystem Adminprofile can create new users in Salesforce. How do you delete user in Salesforce? Once a user is created, it can’t be deleted. You can uncheck the active checkbox to disable the user. References Add N...
When it comes to answering the question: “how do I create a Campaign in Salesforce?”, simply clicking the “Add New” and “Save” buttons, is one small part of a wider operation. Sure, you can create a Salesforce Campaign in seconds, but to create oneproperlythere’s more than wha...
The article discusses how a business can build a good sales-force. It is stated that hiring the right people is essential to building a super salesforce. Thereafter, the employees should be provided training to boost their skills. It is stated that for building a super salesforce, a ...
The traditional sales plan is something you create once a year. An agile sales plan is something you revisit, test, and adjust continually. [Salesforce] Write a sales plan that can adjust to change, and zero in on the actions that will hit your goals. ...
Create a job using a salesforce connector with create job operation. This creates a job, but to execute the job it has to be passed to create Batch operation. Use the salesforce connector with create Batch flow and create a batch with the job id in step 1. This will create a new Bat...
Check out this youtube tutorial on How to create an application in Salesforce prepared by Intellipaat: Salesforce Application It is a collection of tabs that work together as a single unit to give functionality. Salesforce gives standard apps such as Sales Cloud, Call Center, Salesforce Marke...
Here, I'll walk you through how to create dashboards in Salesforce. But first, the basics. What is a Salesforce dashboard? Salesforce dashboards let you create a visual display of data from your Salesforce reports. Each dashboard is made up of what Salesforce calls components—different...
Four steps for building a customer profile Reliable information is the basis for good decision-making, and a customer profile will only be as useful as the data it’s built from. With that in mind, here’show you can use your datato create a profile, build better relationships and superch...
Custom report types in Salesforce enable you to create complex reports that go beyond the standard Salesforce report types. Salesforce comes with report types out-of-the-box for all standard objects and standard object relationships eg. “Contacts & Accounts” or “Opportunities with Products”. ...