Slaesforce FAQ

how to find a qcp file in org intext salesforce

by Ally Purdy Published 2 years ago Updated 2 years ago
image

How do I pull all the files from Salesforce for CPQ?

Upon initialization, you will be asked if you want to pull all the files from Salesforce and optionally include example files locally. The Salesforce CPQ managed package must be installed installed. You must configure the CPQ Package level settings to choose which script to enable.

How to integrate VSCode with Salesforce QCP?

This plugin comes with the following core features: Push active file to Salesforce. If the file has unsaved changes, the file will first be saved To get started, create a blank folder and open it with VSCode. You can use a folder with existing code if you want to. Open the command pallette and type in QCP and choose SFDC QCP: Initialize Project.

Can I use a folder with existing code in QCP?

You can use a folder with existing code if you want to. Open the command pallette and type in QCP and choose SFDC QCP: Initialize Project. All other options will be hidden until the project is initialized.

How to search your code components in Salesforce?

Using this extension you can search your code components your salesforce instance: 1) apex Classes 2) Apex Triggers 3) visualforce Pages 4) Visualforce Components 5) Lighting Component In addition to the above you can use this extension to jump to classes / pages / triggers from the advanced quick find section on the left hand side.

image

How to initialize SFDC QCP?

Open the command pallette and type in QCP and choose SFDC QCP: Initialize Project. All other options will be hidden until the project is initialized.

What is SFDCQCP.maxLogEntries?

sfdcQcp.maxLogEntries - Determines the maximum number of entries in the log file.

What file is created during initialization?

Optionally, a .prettierrc file will be created during initialization. This can be configured in the extension settings.

Where is org information stored?

Your org information is encrypted with a unique key per workspace and is stored as an encrypted value in the .qcp directory and the extension creates or updates your .gitignore file to ensure this file does not get committed to source control. Even if it is committed to source control it will not work on other computers as the encryption key is stored locally on your computer related to the specific workspace.

Does Salesforce CPQ need to be installed?

The Salesforce CPQ managed package must be installed installed.

How many methods can you export from quote calculator?

The Quote Calculator Plugin can reference these seven methods. You can export any, all, or none of them to achieve your desired behavior.

When does the calculator call the Promise method?

The calculator calls this method after it completes a calculation, but before re-evaluating formula fields. Returns {promise}

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9