Zumzum Financials Knowledge Base
Overview:
Salesforce administrators and Salesforce developers are able to automate the creation of records in Zumzum Financials with Salesforce declarative tools or by writing custom code. Learn all about Salesforce declarative tools or the Salesforce developer tools and API and how to customize the Salesforce platform. Zumzum extends the Salesforce API with Global Classes for developers to have more granular control over Journals, Sales Invoices, Purchase Invoices and Bank transactions.
NOTE: Automatically creating Ledger Records will cause issues in your org and is unsupported by Zumzum.
Create “Draft” Transactions In Zumzum Financials.
Transactions that create ledger records in the General Ledger need to be created with the Zumzum API. There are many transactions that do not create ledger entries, so therefore do not impact your financial reports.
If you prefer to create your own draft transactions in the system, then you will need to handle and manage Document Numbers (e.g. Sales Invoice Number) as well as currency conversion rates at a line item level. If you only trade in a single currency then this will be a relatively simple task. However, if you have multiple companies, each trading with it’s own company currency and transaction currencies, then managing the calculations for currency conversions may become an arduous task so you may prefer to use the Zumzum API for creating transactions.
The following list of transactions may be created in draft mode in Zumzum Financials:
Transaction Type | Create Draft Transaction | Zumzum API |
---|---|---|
Journal and Journal Line Items | Yes | No |
Sales Invoices and Sales invoice Line items | Yes | Yes |
Purchase Invoice with Purchase Invoice Line Item | Yes | No |
Post Transactions In The Zumzum Financials General Ledger.
The below transactions create records in the Ledger object and are used for the Zumzum Financials General Ledger and should only be posted via the Zumzum Financials API or the user interface.
Transaction Type | Zumzum API |
---|---|
Sales Invoices and Sales invoice Line items | Yes |
Journal with Journal Line Items | Yes |
Purchase Invoice with Purchase Invoice Line Item | Yes |
Bank Receipts | Yes |
Bank Customer Receipts | Yes |
Bank Payments | Yes |
Bank Supplier Payments | Yes |
List Of Transactions Not supported For Automation
Currently, the below list of transactions and functions in the system are not supported for creating or editing through Salesforce automation tools, custom code or the Zumzum Financials API.
Transaction Type | Zumzum API |
---|---|
Bank Customer Refund | No |
Bank Supplier Refund | No |
Bank Allocate Pending Credit and Payment On Account to Invoice | Coming Soon! |
Transfer Between Bank Accounts | No |
Bank Reconciliation | No |
Sales Invoice Plans with Scheduled Sales Invoices and Scheduled Sales Invoice Lines | No |
Revenue Recognition Schedules with Revenue Recognition Transactions | No |
Opening Balances | No |
Customer Opening Balances | No |
Supplier Opening Balances | No |
VAT Return and Reconciliation | No |
VAT Transfer | No |
Nominal Categories | No |
Zumzum Financials Records That Do Not Create Ledger Entries
You are able to automatically create and update records in Zumzum Financials that do not create or update ledger records that impact your General Ledger. In some cases, you will still need to manually handle the multi currency or multi company calculations and assignments.
Object Record Type | Multi Currency |
---|---|
Purchase Requisitions with Purchase Requisition line items | No |
Expense Sheets with Expense Sheet Details | No |
Time Sheets with Time Sheet Details | No |
Purchase Order with Purchase Order Line items | No |
Warehouse and Locations | No |
Sales Invoice Plan Template | No |
Revenue Recognition Rule | No |
Inbound, Outbound, Sales Order and Purchase Order Stock Movement | No |
Dispatch with Dispatch line items | No |
Bank Accounts | No |
Dimensions | No |
Document Template | No |
Tax | No |
Activity Code | No |
Company | No |
Currency with Currency Rates | No |
Learn more about leveraging the Zumzum Financials API to create your own integration.