- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
How can I get a report of all of our SKU list prices?
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Goto Workbench andselect options as below:
Please try below query from workbench and let me now if this is the outpout you are looking for:
select name, zqu__ListPrice__c,zqu__productrateplan__r.name, zqu__productrateplan__r.zqu__Product__r.zqu__SKU2__c from zqu__productrateplancharge__C
How to use workbench:
https://developer.salesforce.com/forums/?id=9060G000000BfMjQAK
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Goto Workbench andselect options as below:
Please try below query from workbench and let me now if this is the outpout you are looking for:
select name, zqu__ListPrice__c,zqu__productrateplan__r.name, zqu__productrateplan__r.zqu__Product__r.zqu__SKU2__c from zqu__productrateplancharge__C
How to use workbench:
https://developer.salesforce.com/forums/?id=9060G000000BfMjQAK
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √