ForexInput
A forex input [ForexInput
] is a company override value for historical (dated, past or future) foreign currency exchange rates between currencies enabled as a business transaction currency or user-defined reporting currency when the Multicurrency feature is enabled for your SuiteProjects Pro account.
For more information about the Multicurrency feature, see Multicurrency.
Review the Usage Guidelines for the ForexInput
object.
— |
XML |
SOAP |
REST |
Database table |
---|---|---|---|---|
Object |
|
|
— |
|
Supported Commands |
— |
— |
The ForexInput
object has the following properties:
XML / SOAP |
Database |
Description |
---|---|---|
|
|
The symbol for the base currency used for the foreign exchange rate. Must be one of the user-defined reporting currencies defined for your SuiteProjects Pro account. Defaults to the default currency for the company's SuiteProjects Pro account if not set when adding or modifying an object. |
|
|
[Read-only] Date the record was created. See Date Fields. |
|
Last in a range of |
The last in the date range when the foreign exchange rate applies. See Date Fields. Must be empty if |
|
Determines the value for |
Set to |
|
Determines the value for |
Set to |
|
|
The foreign exchange rate indicating how much of the counter currency (or quote currency) is needed to purchase one unit of the base currency. |
|
First in a range of |
The first in the date range when the foreign exchange rate applies. See Date Fields. Must be empty if |
|
Determines the name of the custom field |
The symbol for the counter currency (or quote currency). Must be for one of the currencies enabled as a business transaction currency or one of the user-defined reporting currencies for your SuiteProjects Pro account. |
|
|
[Read-only] Date the record was last modified. See Date Fields. |
Usage Guidelines
Use the ForexInput
object, to add or modify entries in the exchange cross rate table when the Multicurrency feature is enabled for your company's account. This is the equivalent of editing exchange cross rates using the Edit Exchange Cross Rates in the SuiteProjects Pro UI.
-
The
base
currency must be one of the user-defined reporting currencies, if set. It is not possible to set historical foreign currency exchange rates with a base currency is set to any other currency – the API returns error code837
with the following error message: "Invalid base currency specified. It must be one of user-defined currencies.
". For more information about user-defined reporting currencies, see User-Defined Reporting Currencies.You can set historical foreign exchange rates against the default currency for your company's SuiteProjects Pro account as base currency. To do so, leave the
base
property value empty. -
symbol
must be the symbol for one of the currencies your company uses for business transactions as defined in Administration > Global Settings > Organization > Currencies > Multi-currency, or one of the user-defined reporting currencies. -
startdate
andenddate
, if set, must be within 10 years from the current date at the time of the operation. The date range defined bystartdate
andenddate
must not span longer than 10 years.
There are three object types you can use in the XML API and SOAP API to interact with foreign currency exchange information:
-
Use the
Currency
object to set or read custom exchange rates. This is the equivalent of reading or setting custom exchange rates in Administration > Global Settings > Organization > Currencies > Set Exchange Rate when using the SuiteProjects Pro UI. The exchange rates in theCurrency
object and in thecurrency
table are quoted against the default currency for the account. The default currency for the company's SuiteProjects Pro account is defined by thebase_currency
property for theCompany
object. -
Use the
Currencyrate
to read current or historical exchange rates used for the account. -
Use the
ForexInput
object to add or modify entries in the exchange cross rate table when the Multicurrency feature is enabled for your company's account. Make sure you review the Usage Guidelines for theForexInput
object. This is the equivalent of editing exchange cross rates using the Edit Exchange Cross Rates in the SuiteProjects Pro UI.