Custom AppleScript terms
The following AppleScript terms can be used to import and export accounting data to and from MYOB software. Terms displayed in brackets are optional.


export accounts
export accounts allows you to export account data from your MYOB software.

Value syntax


export activities
export activities allows you to export activity data from your MYOB software.

Value syntax


export activity slips
export activity slips allows you to export activity slips data from your MYOB software.

Value syntax


export cards
export cards allows you to export card data from your MYOB software.

Value syntax


export items
export items allows you to export item data from your MYOB software.

Value syntax


export journal entries
export journal entries allows you to export journal entry data from your MYOB software.

Value syntax


export purchases
export purchases allows you to export purchase data from your MYOB software.

Value syntax


export receive money
export receive money allows you to export receive money data from your MYOB software.

Value syntax


export spend money
export spend money allows you to export spend money data from your MYOB software.

Value syntax


export sales
export sales allows you to export sales data from your MYOB software.

Value syntax


import accounts
import accounts allows you to import account data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import activities
import activities allows you to import activity data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import activity slips
import activity slips allows you to import activity slip data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import cards
import cards allows you to import card data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import items
import items allows you to import item data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import journal entries
import journal entries allows you to import journal entry data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import pay bills
import pay bills allows you to import pay bills data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import purchases
import purchases allows you to import purchase data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import receive payments
import receive payments allows you to import payment receipts data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import sales
import sales allows you to import sales data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings


import spend money
import spend money allows you to import spend money data into your MYOB software.

Value syntax

Result
A list containing records imported without errors, skipped and imported with warnings