You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We only have a Standard Price Book and are not using custom Price Books. When exporting PB/Products and PB Entry, in the PriceBook2.json we have the Standard Price Book :
{ "attributes": { "type": "Pricebook2", "referenceId": "StandardPriceBook" }, "Name": "Standard Price Book", "IsActive": true, "Description": null }
When importing those files, a duplicate of the Standard Price Book is created. Is there a way to avoid this except manually deleting the PriceBook2.json file ?
After the import it's also impossible to pull from scratch org because of such errors : Entity of type 'ListView' named 'PricebookEntry.Standard Price Book1617718301571' cannot be found
The text was updated successfully, but these errors were encountered:
We only have a Standard Price Book and are not using custom Price Books. When exporting PB/Products and PB Entry, in the PriceBook2.json we have the Standard Price Book :
{ "attributes": { "type": "Pricebook2", "referenceId": "StandardPriceBook" }, "Name": "Standard Price Book", "IsActive": true, "Description": null }
When importing those files, a duplicate of the Standard Price Book is created. Is there a way to avoid this except manually deleting the PriceBook2.json file ?
After the import it's also impossible to pull from scratch org because of such errors :
Entity of type 'ListView' named 'PricebookEntry.Standard Price Book1617718301571' cannot be found
The text was updated successfully, but these errors were encountered: