SuiteApp Version: 1.8.15
Mobile App Version: 1.8.96
Audience: Administrator & User

Use Case

  • Understanding the default behavior of currency fields in eXtendMobile functions.

Details

  1. List View Functions

    1. If a currency column is added, the subsidiary's currency symbol will be used.

    2. If a foreign currency column is added, the record's currency will be either the transaction currency symbol or the primary currency symbol.

  2. Create Functions

    1. During create functions, only locale formatting will be used.

  3. Edit Functions

    1. If a currency field is added:

      1. If the search id type is currency, the subsidiary's currency symbol will be used.

      2. If the search id type is a foreign currency, the record's currency will either be the transaction currency symbol or the primary currency symbol.

  4. Custom Currency Fields

    1. A user-specified currency type will need to be specified on the field details for the field in eXtendMobile.

  5. In Non-Multi-Currency Account (Standard currency fields)

    1. A user-specified currency type will need to be specified on the field details for the field in eXtendMobile.

  6. In Non-One-World Account, but with Multi-Currency (Standard currency fields)

    1. The transaction currency will be used for transactions.

    2. The primary currency will be used for customers and vendors.

Note: The currency symbol for both standard fields and custom currency fields can be configured in the eXtendMobile field details screen.

Special Cases

In the case of functions created on entity records (e.g. on a Customer):
  1. The currency field will not show any default currency symbol. You will need to specify a currency symbol from the field details.
  2. The foreign currency will follow the same behavior. The currency symbol will be from the primary currency specified on the customer record.