List of questions
Related questions
Question 126 - Certified B2B Commerce Developer discussion
Northern Trail Outfitters (NTO) has acquired a company and is looking to manage product data across the 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 0 and sfdx force:data:bulk:lmport -f Product2.json -all
B.
sfdx force:data;tree:export -Product2 -all q 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 Product2Json -all
D.
sfdx force:data:tree:export -q 'SELECT Id, Name FROM Product2' -u '<your username>' and sfdx force:data:tree:import -f Product2.json -u w<your username>'
Your answer:
0 comments
Sorted by
Leave a comment first