does “Currency Exchange rates” record exists? Is i...
# suitescript
z
does “Currency Exchange rates” record exists? Is it possible to insert new exchange rate via suitescript
b
officially supported records are found at SuiteCloud supported records
z
yeah, I know... but it is strange that we have option to import CSV exchange rates but it is not possible to script... I would like to create custom integration for exchange rates...
b
unofficially you guess the record id and create it anyways
the name of the record in suitecloud supported records gives you a pretty good guess on its id
s
yup actually I was about to say, have you ever thought about N/task -> trigger the csv import in a scheduled script?
I'd just um add on to this, that if you do have a system with many base currencies, make sure your csv in the integration includes the combinations USD (base) -> GBP rate and also include GBP (base) -> USD Because NetSuite wont cover it natively for you. Make sure if it's a monthly rate those values are 1/ the other ^and make sure it's consistent...