
Read Object Reference for Salesforce and Force.com. Click on the desired object to get API names for standard field names Custom fields in Salesforce Classic 1. Go to Setup. 2. Go to App Setup | click Customize.
Full Answer
How do I change the name of an object API?
Assuming it isn't a released/managed Object, you can change the Objects API name by clicking Edit (Setup->Create->Objects) next to the Object: Then, simply type in a new name and hit save:
What is folder type in Salesforce?
This type extends the Metadata metadata type and inherits its fullName field. Four folder types currently exist in Salesforce: Folder type names end with the “Folder” suffix.
What is a data source object in Salesforce CDP?
You’re also prompted to name the Object and the associated Object API. This is similar to naming the data set associated with that source. In Salesforce CDP, this pair is referred to as the data source object (DSO). They can only contain underscores and alphanumeric characters.
How to change the name of fields in sandbox?
1.Comment all the references in code in sandbox and deploy it to production. 2.Rename the fields in sandbox and production manually. 3.Uncomment the code in sandbox and modify the references to the new fields API names and deploy the updated code to production.

How do I change the name of a folder in Salesforce?
To rename a folder in a CMS workspace, click [arrow icon] | Edit. Then, enter a new name for the folder and click Save.
How do I change the dashboard folder in Salesforce?
Click the dashboard you want to move. Click Edit....Select the target folder or subfolder.Search for folders by name, or select a folder on the left and scroll to find the target folder on the right.To locate a subfolder, continue to navigate to the right.To create a folder for the dashboard, click New Folder.More items...
How do I find the API report name in Salesforce?
Salesforce Tips – Discover the API Metadata for Salesforce...Select your Salesforce (Sandbox or Production) Environment and API version to login to your Salesforce credentials.In workbench under the “Utilities” tab click on “REST Explorer”Copy the URL: “/services/data/v29.
How do I change the name of my dashboard in Salesforce?
On the Reports or Dashboards page, find the report or dashboard you want to rename and select the Rename row level action. Alternatively, navigate to the report or dashboard folder, click. next to the New Folder button, and select Rename.Enter the new name.Click Save.
How do I create a dashboard folder in Salesforce?
Create a new dashboard folder called Global Sales Dashboards:Click the Dashboards tab.Click New Folder and enter the details.For Folder Label, enter Global Sales Dashboards .Click in the Folder Unique Name text box to auto-populate the unique name. ... Click Save.
How do I create a subfolder in Salesforce?
Creating a subfolder is just like creating a regular folder. Go into the report or dashboard folder where you want to create the subfolder, and click New Folder. Name the folder, and click Save. Et voila!
How do I find the API name for a dashboard in Salesforce?
The workaround I use to get a dashboard's API name is this:Get the Chrome extension called Salesforce inspector.Go to your dashboard.Click the little arrow on the right side of the screen that says Show Sales force details and click Show All Data.Look for DeveloperName. The value has your dashboard's API name.
How do I log API calls in Salesforce?
Look for the EventType of API and the LogDate for the UTC day of interest. You can then pull down the single LogFile data, which is a base 64 encoded CSV with all the API calls for that day. Sample image from the FuseIT SFDC Explorer Event Log tab that uses the same API calls.
How do I deploy a report folder in Salesforce?
Step 3: DeployCreate the new folders in the Lightning Experience UI.Create the package for deployment. The following command creates a zip file, move_reports. ... In Workbench, click migration and select Deploy.Select the move_reports. zip file.The move is now complete.
Can we change the report name in Salesforce?
Open the properties menu. | Properties. In Salesforce Classic, click Report Properties. Under Report Name, enter a new name for the report.
How do I set a homepage in Salesforce?
In Setup—Enter Home in the Quick Find box, then select Home. Click Set Default Page and select a page. To restore the standard Home page, select System Default.
How do I add components to a dashboard in Salesforce?
On the dashboard where you want to add a component, click Edit. ... Drag the component type you want from the Components tab onto your dashboard. ... Drag a report from the Data Sources tab onto the component you just dropped on the dashboard. ... Click.More items...
File Suffix and Directory Location
Folders are stored in the corresponding component directory of the package. These directories are named documents, email , reports, and dashboards. Folders do not have a text file representation—they are containers for files. For each folder, an accompanying metadata file named FolderName-meta.xml is created at the same directory level.
Declarative Metadata Sample Definition
The following is the package manifest definition of a document folder that contains a document:
Wildcard Support in the Manifest File
This metadata type doesn’t support the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.
