You need to sign in to do that
Don't have an account?

Problem adding a product with different currency
Hello, when setting USD as the currency for a line item of an opportunity, after setting the PriceBookEntry currency to USD, I get this error:
"Unable to create/update fields: CurrencyIsoCode. Please check the security settings of this field and verify that it is read/write for your profile or permission set."
What do I need to check?
The product has the active price in USD.
One thing took my attention is that when I am using Salesforce webpage, I get that the Price Book entry has the ID 01u400000044tqC, however, when I use the following query:
Is it normal to have AAQ added to the real ID?
Thanks
Jaime
"Unable to create/update fields: CurrencyIsoCode. Please check the security settings of this field and verify that it is read/write for your profile or permission set."
What do I need to check?
The product has the active price in USD.
One thing took my attention is that when I am using Salesforce webpage, I get that the Price Book entry has the ID 01u400000044tqC, however, when I use the following query:
Select Id From PricebookEntry WHERE CurrencyIsoCode = '%s' AND PriceBook2.Id = '%s' AND Product2.SKU__c = '%s' AND IsActive = true AND Product2.IsActive = trueI get this Price Book entry Id 01u400000044tqCAAQ.
Is it normal to have AAQ added to the real ID?
Thanks
Jaime
All Answers
Is your Org multi-currency enabled ? Only Orgs with multi-currency enabled allow interactions with the CurrencyIsoCode field IMHO, though I might be wrong.