Currency
Overview
Direction: Business Central → Zudello
Sync Type: Full sync
Entity: Currency master data
Currency master data synchronizes from Business Central to Zudello to support multi-currency transactions and proper exchange rate handling.
Currency Features
- ISO Standard Codes - Full ISO currency code support
- Symbol Support - Currency symbols for display purposes
- Default Handling - Automatic fallbacks for missing data
- Multi-Currency - Enable global transaction support
Field Mappings
Zudello Field | Business Central Field | Data Type | Notes |
---|---|---|---|
code | code | String | ISO currency code |
name | displayName | String | Currency description (defaults to code if empty) |
symbol | symbol | String | Currency symbol (defaults to empty string) |
status | N/A | String | Always set to ACTIVE |
Processing Logic
Default Value Handling
- Currency Name: If the display name for a currency is not provided, the currency code will be used as its name.
- Currency Symbol: If the currency symbol is not provided, it will be left blank.
- Status: All currencies are automatically set to
ACTIVE
in Zudello.
Sync Behavior
- Full Synchronization: The integration updates the entire list of currencies during each synchronization to ensure all data is current.
- Always Active: All currencies from Business Central are considered active in Zudello.
Supported Currencies
Business Central supports standard ISO 4217 currency codes including:
- USD - US Dollar
- EUR - Euro
- GBP - British Pound
- AUD - Australian Dollar
- CAD - Canadian Dollar
- And many more...
Troubleshooting
Issue | Cause | Solution |
---|---|---|
Currency missing | Not defined in BC | Add currency to Business Central |
Symbol not showing | Empty symbol field | Add symbol in BC currency setup |
Name issues | Empty displayName | Verify currency display name in BC |
Sync frequency | Full sync performance | Consider sync scheduling optimization |