List of questions
Related questions
Question 239 - Certified B2B Commerce Administrator discussion
Northern Trail Outfitters (NTQ) has acquired a company and is looking to manage product data across the 43s org seamlessly. The company has a governance policy to not install any tool or use third-party API applications to export or import the data into Salesforce. However, users have access to Salesforce CLI.
Which set of tasks must a developer perform whento export data from Salesforce or import data into Salesforce?
A.
sfdx force:data:bulk:export -Product2 -all and sfdx force:data:bulk:Import -f Product? json -all
B.
sfdx force:data:tree:export -Product?2 -all and sfdx force:data:tree:lmport -f Product2.json -all
C.
sfdx force:tree:data:export -q 'SELECT Id, Name FROM Product2' -u <your username> @ and sfdx force:tree:data:import -f Product2.json -all sfdx force:data:tree:export -q 'SELECT Id, Name FROM Product2' -u '<your username>' and sfdx force:data:tree:import -f Product2.json -u ''<your username>'
Your answer:
0 comments
Sorted by
Leave a comment first