Hello! We need to build the following selector in the NetSuite configuration options:

The "When to export" selector in the above mock-up is what we're adding.
The two options should have the following values (copied from the same feature in OldDot)
const accountingMethodOptions = [
{
value: 'ACCRUAL',
text: 'Accrual',
description: 'Out of pocket expenses will export when final approved',
},
{
value: 'CASH',
text: 'Cash',
description: 'Out of pocket expenses will export when paid',
},
];
Please use the constants defined in Expensify Common though: Expensify/expensify-common#817
The selection should be saved under the property accountingMethod in the NetSuite options.config object.
If there is no accountingMethod property set in the NetSuite config, the selector should default to CASH
Linked Expensify Issue: https://github.com/Expensify/Expensify/issues/422402
Issue Owner
Current Issue Owner: @
Upwork Automation - Do Not Edit
- Upwork Job URL: https://www.upwork.com/jobs/~021852432563378960977
- Upwork Job ID: 1852432563378960977
- Last Price Increase: 2024-11-01
Issue Owner
Current Issue Owner: @mallenexpensify
Hello! We need to build the following selector in the NetSuite configuration options:

The "When to export" selector in the above mock-up is what we're adding.
The two options should have the following values (copied from the same feature in OldDot)
Please use the constants defined in Expensify Common though: Expensify/expensify-common#817
The selection should be saved under the property
accountingMethodin the NetSuiteoptions.configobject.If there is no
accountingMethodproperty set in the NetSuite config, the selector should default toCASHLinked Expensify Issue: https://github.com/Expensify/Expensify/issues/422402
Issue Owner
Current Issue Owner: @Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mallenexpensify