1. Command for retrieving all Aura Components SF project retrieve start -m AuraDefinitionBundle 2. command for retrieving all lwc components SF project retrieve start -m LightningComponentBundle 3. command for retrieve all apex class sf project retrieve start --metadata 'ApexClass:*' 4. command for login to org sf org login web -a MyAlias (here "MyAlias" is a dynamic and unique identification of our choice) 5. command for login to org using session id sf org login access-token --instance-url <instance_url> --access-token <access_token> eg: sf org login access-token --instance-url https://login.salesforce.com --access-token 00Dxx0000000000!AQMAQKr0MSLIGgDg 6. command to get apex class ID sf data query --query "SELECT Id, Name FROM ApexClass WHERE Name = 'ApexClassName'" 7. scenario: if a class has code coverage by hundreds of classes and if we would like to find high code coverage class-method-codeCoverageLines i) sf data query --us...
We need to follow some steps to enable and configure Multicurrency in salesfroce 1. Enabling Multicurrency Setup -> Company Information -> Edit -> Activate Multiple Currencies (Check this check box). Note : Once Multicurrency is enabled we con't disable it. 2. See all the available New Currencies Setup -> Company Information -> Currency Setup (button) as shown in the image below. 3. How to Create Multiple Currencies in Salesforce Setup -> Company Information -> Currency Setup -> New As shown in the image below, we can create new Currencies. 4. How to use Multiple Currencies in Opportunity Creation. Note : If you enable Multy-currency then In the opportunity(Object), "Opportunity Currency" (field) is mandatory to create an opportunity. 5. How to use Multi-currency in Quote Note: 1. If you gave currency for opportunity as EUR, and in quot...
Comments
Post a Comment