Importing and exporting data > AppleScripts
AppleScripts can be used to import and export data to and from your software, and to search your company file.Note that any open windows that are related to the AppleScript routine will be automatically closed during the import and export.to string[balances from month of january/february/march/april/may/june/july/august/september/october/november/december]
Indicates from which month you want to export data. Default is the current month.[in this year/last year]
Indicates from which financial year you want to export data. Default is ’this year.’[zip from string]
Specify which cards to export by their zips. Must also use until parameter (below) with this parameter.[custom list 1 string]
Specifies what cards to export by the contents of their ’custom list 1’ fields. No default.[custom list 2 string]
Specifies what cards to export by the contents of their ’custom list 2’ fields. No default.[custom list 3 string]
Specifies what cards to export by the contents of their ’custom list 3’ fields. No default.Use these scripts to export inventory adjustment data from your software. Terms displayed in brackets are optional.[thirteenth period false/true]
Indicates whether the date range specified above is in the 13th period.Use these scripts to export journal entry data from your software. Terms displayed in brackets are optional.[source journal general/sales/purchases/disbursements/receipts/inventory/all]
Specifies the source journal to export. Default is ’general.’[type disbursements all/spend money/employee paycheques/vendor payments/customer refunds/transfer money]
Indicates the type of disbursements to export. Default is ’all.’ 5[type receipts all/receive money/customer payments/vendor refunds]
Indicates the type of receipts to export. Default is ’all.’[thirteenth period false/true]
Indicates whether the date range specified above is in the 13th period.Use these scripts to export purchase data from your software. Terms displayed in brackets are optional.[status opened/debit/closed/all bills/orders/quotes/all purchases]
Specifies what sales to export by their status. Default is ’all invoices.’Use these scripts to export receive money data from your software. Terms displayed in brackets are optional.[thirteenth period false/true]
Indicates whether the date range specified above is in the 13th period.Use these scripts to export sales data from your software. Terms displayed in brackets are optional.[status opened/credit/closed/all invoices/orders/quotes/all sales]
Specifies what sales to export by their status. Default is ’all invoices.’Use these scripts to export spend money data from your software. Terms displayed in brackets are optional.[thirteenth period false/true]
Indicates whether the date range specified above is in the 13th period.[duplicates are reject them/update existing record]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/update existing record]
Indicates what to do with duplicate records. Default is ’reject them.’Use these scripts to import budget transaction data into your software. Terms displayed in brackets are optional.[duplicates are reject them/update existing record]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’Use these scripts to import custom lists data into your software. Terms displayed in brackets are optional.[duplicates are reject them/update existing record/delete existing record]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/update existing record]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject/update existing record]
Indicates what to do with duplicate records. Default is ’reject.’[duplicates are reject them/update existing record]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’Use these scripts to import receive money transaction data into your software. Terms displayed in brackets are optional.[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’Use these scripts to import receive payment transaction data into your software. Terms displayed in brackets are optional.[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’Use these scripts to import reminder logs data into your software. Terms displayed in brackets are optional.[duplicates are reject them/add them/update existing record/delete existing record]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’Use these scripts to import spend money transaction data into your software. Terms displayed in brackets are optional.[duplicates are reject them/add them]
Indicates what to do with duplicate records. Default is ’reject them.’[duplicates are reject them/update existing record]
Indicates what to do with duplicate records. Default is ’reject them.’integer
negative count if multiple cards with same card id; zero if no card with cardid exists
positive number is record id if only one card with card id existsinteger
negative count if multiple cards with same card name; zero if no card withcard name exists
positive number is record id if only one card with card name existsboolean return
true if item exists, false if notinteger
negative count if multiple items with same name; zero if no item with name exists
positive number is record id if only one item with name exists