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

Error: Invalid Currency
Hi,
I am using a URL button to copy information from one object to another. However when I try and write the currency field I get an error: Invalid Currency. I did some research on this and it seems to be caused by my organisation having turned on multi-currency. I have also found some other posts then I have to write the CurrencyISO field along with it but I have tried this and I still get the error.
I think the solution is to remove the currency code when the information is being written across. So remove the first 3 letters such as GBP, USD etc. Or just be able to just write the number without any currency information attachted to it.
Has anyone got any ideas?
Thanks,
Michael
Hi,
Try to update the currency field only with numbers, like 3000 and not as 3000 USD.
And you need to assign CurrencyISOCode='USD'.
Regards,
Bharathi
Salesforce For All
Mark this post as solved, if it helps you
How do I do that? I am just taking what was typed by the user. Here is the snapshot of the code I currently have. I am writting it to a custom object. from the opportunity object
&00ND0000004ETLk={!Opportunity.Amount}
&CurrencyIsoCode={!Opportunity.CurrencyIsoCode}