SlideShare a Scribd company logo
1 of 24
Live Webinar:
Webinar Audio:
You can dial the telephone numbers locat headphones ed on your webinar
panel.
Or listen in using your headphones or computer speakers.
Welcome!
Live Webinar:
Importing and Exporting Data with
Abila MIP Fund Accounting
Webinar Audio:
You can dial the telephone numbers located on your webinar panel.
Or listen in using your headphones or computer speakers.
We will begin shortly.
Today’s Presenter
Jane Houle | Net@Work
Consulting Manager,
Nonprofit Solutions
Webinar Details
• Presentation is roughly 50 minutes
• All phone lines are muted to reduce background noise
• We will have about 10 minutes for questions after the
presentation. Please type your questions in the box
located at the bottom of your webinar panel.
180+ Business
Technology
Architects and
Consultants
IT Road
Mapping
& Strategic Planning
Business
Process Review
Ecosystem
BI, Analytics
& Reporting
Cloud & IT
Managed Services
ERP/
Accounting
Web Development
& e-Commerce
Sister Company
Payment
Processing
SWYPE
Sister Company
CRM &
Marketing
Automation
HRMS/
Employer Solutions
Document
Management
Nonprofit
Solutions
Managed Print
Services
Sister Company
Net@Work Overview
Abila MIP Import
Today’s Agenda:
Latest on Abila/ Community Brands /MIP
• Exporting from MIP
• To Excel
• To text file
• Exporting in Advance
• Importing Into MIP
• Importing vs API
• What you can import
• What is a definition file?
• Import Example in MIP
• Trouble-shooting error messages
Xperience Conference – Orlando May 2018
Latest on Abila/ Community Brands /MIP
- Xperience User Conference
- Look for the Community Brands name – MIP will continue
- MIP Version 18.3
- Reports in Advance
- More functionality
Abila MIP Import
Why Import?
Importing is used to reduce manual data entry into the MIP
system. It is a faster method for setting or updating tables of data
in MIP such as Vendors, Account Codes or Distribution Codes.
Entering transactions that are lengthy to enter or are derived
from another system such as:
• Outside payroll service
• Medical billing software or other billing system,
• Donor management
Data maintained on a spread sheet
How to Import
The user initiates a process to select a customized mapping (definition)
file and the data file
Abila MIP Import versus API
The Abila MIP Application Programming Interface (API), is a service that
allows a user to access and modify your MIP Fund Accounting data. It
provides a vocabulary of requests and responses that your program code
can use to "talk" securely to MIP Fund Accounting.
• Bringing out MIP Fund Accounting functionality and up-to-the-minute data
in your own application or website.
• Writing custom integration software for transferring data between
MIP Fund Accounting and other third-party applications, such as,
paperless AP, budgeting or donor management programs.
• Use the MIP API to develop a program to schedule communication
directly with MIP Fund Accounting without user involvement. Your
program can request or modify your MIP Fund Accounting data in real
time.
• Interested? Net@Work can help!
Abila MIP Import
What can you import?
• Almost any type of information that you would normally
key into MIP can be imported, such as:
• Journal Vouchers, AP Invoices and other Transactions
• Employee Information
• Vendor and Customer Information
• Budgets
• Clearing items in Bank Reconciliation
Abila MIP Import
Exchange Rate
MasterMCRATE.def
Purchase Order
PO Item Codes MasterPO.def
PO Reference MasterPO.def
PO line Item Detail MasterPO.def
PO Line Coding
MasterPO.def
Accounts Receivable Billing Information
Charge Codes MasterAB.def
Charge Code Detail MasterAB.def
One-time Charges MasterAB.def
One-time Charge Detail MasterAB.def
Accounts Payable
Vendor Information MasterAP.def
Vendor 1099 Adjustments MasterAP.def
Accounts Receivable Information
Customer Information MasterAR.def
Customer Shipping Addresses MasterAR.def
Bank Reconciliation
Cleared items MasterBK.def
Fixed Asset Info
Asset Type MasterFA.def
Designation Code MasterFA.def
Asset Information MasterFA.def
Depreciation Code MasterFA.def
GL Setup/Misc
Fund Designation Assignment MasterGL.def
Chart of Account Code Import MasterGL.def
Detail or Required Account Assignments MasterGL.def
Closing Account Assignments MasterGL.def
Offset Account Assignments MasterGL.def
Distribution Code MasterGL.def
Spoiled Checks MasterGL.def
Abila MIP Import Transaction Import
Financial Information
Trans
Source
Cash Receipts CR
A/P Invoices API
A/P Manual Checks APC
A/R Credits ARM
Journal Vouchers JV
Encumbrances ENC
Cash Disbursements CD
A/P Credits APM
A/R Invoices ARB
A/R Receipts ARC
Budget Entries BD
Encumbrance Liquidations ENL
Abila MIP Import
There are four things that you need to import.
1) Data – Such as a Text or CSV file. An Excel spreadsheet can
be saved as a CSV file.
2) Definition File - (DEF file) customized mapping file to bring
the data into your database.
3) MIP database
4) Rights in the MIP system to import
Abila MIP Import Data File
Data File Guidelines:
• Must be a Text (*.txt)(flat file) or a *.CSV files. Most Excel files can be
saved as a CSV file.
• The file must be laid out in the proper format with data in columns.
Financial transactions must follow Type 1 (T1) or Type 3 (T3)
designations. Examples follow.
• Non-financial information requires a specific format with the proper
context statements to identify what type of information it is (i.e.
Timesheets, Vendor Info, Chart of Accounts, Bank Rec, etc.).
• The file must be complete and valid. In order to import financial
transactions, the information in the data file must be complete as if
entered by hand.
• Must follow your database rules for coding, description fields, account
code combinations and required fields.
Abila MIP Import – Example of a T-1
Abila MIP Import – Example of a T-3
Sections of a Definition File for Abila MIP Import
General information about the file:
The Environment Section- Contains formatting information about the file to be
imported
Sections that replicate the process of entering a transaction:
The Session Header Section- Maps the information in the file to the Session
level screen in a transaction
The Document Header Section- Maps the information in the file to the Document
level in a transaction
The Document Transaction Line Section- Maps the information in the file to the
transaction entry grid with the segments, debits and credits.
Abila MIP Import – Environment Section
Common Statements in Environment Section:
SEGMENTNOTSTRING – Used when your data is a CSV type and
each and every piece of data occupies a unique column.
DISCARDFIRSTNRECORDS – Used in cases where the top rows of
your data file contain header information like column name so you tell
the system how many rows to ignore.
APPLY_OFFSETS – Used to tell the system to apply the offset account
assignments to the data that is imported.
TRANSACTION_READ,# - This is a required block and tells the
system what type of format the data in the file is in, a T1 or a T3.
Abila MIP Import – Environment Section
CLEANLINE_READ - to remove non-required segment information from all
lines imported, regardless of whether values were explicitly provided in the
data file. Enter a value of "1" to turn activate this feature.
UPDATEIGNOREBLANK - to ignore blank fields in the data file.
SUPPRESSWARNINGS - to tell the system not to include warnings in the
import log.
USEDISTCODE - to have the system use both a general ledger code and a
distribution code to complete the accounting transaction lines for each
document line imported.
UPDATEITEM - to have the system update existing records with the data
included in the data file.
UPDATETS - to have the system enter new or update existing timesheets
with the data included in the data file.
Abila MIP Import – Environment Section
SEGMENTNOTSTRING – Used when your data is a CSV type and
each and every piece of data occupies a unique column.
DISCARDFIRSTNRECORDS – Used in cases where the top rows of
your data file contain header information like column name so you tell
the system how many rows to ignore.
APPLY_OFFSETS – Used to tell the system to apply the offset account
assignments to the data that is imported.
TRANSACTION_READ,# - This is a required block and tells the
system what type of format the data in the file is in, a T1 or a T3.
CLEANLINE_READ - to remove non-required segment information
from all lines imported. Enter a value of "1" to turn activate this feature.
Importing in MIP
How Can Net@Work Help With Abila MIP Import
Do you have data that can be imported?
• Payroll
• Billing System
• Concur
• Journal Entries created in spreadsheet ( Reimbursement forms)
• Checks from an electronic bank statement
Customizing a definition file for your chart of accounts and data file
Once you have a definition file customized to an Excel you can modify it for
multiple purposes, saving time and money and increasing accuracy. Create
other Excel files in that layout.
10 hours per month * $15 per hour = $150 recover investment in 4 months
Normally the charge for a standard customized definition file is $675
As a special offer to clients attending this webinar, the cost is $600 if you
purchase (not implement) before 7/1/18
Please type in
your questions
Any Questions?
Upcoming at Net@Work
Abila MIP Webinar: MIP Electronic Requisitions, POs and Encumbrances
Date: June 20, 2018
Time: 2pm Eastern
Abila MIP Webinar: Audit Preparation with Abila MIP
Date: July 18, 2018
Time: 2pm Eastern
Michigan Users Group
Tentative Date: July 25, 2018
Time: 9:30am – 12:00noon Eastern
Abila MIP Webinar: Nonprofits and Concur Invoice and Expense
Date: August 23, 2018
Time: 2pm Eastern
Thank You For Attending!
Jane Houle | Net@Work
Nonprofit Solutions Consulting Manager
Email: jhoule@netatwork.com
Phone: 312-651-0364
800-719-3307
www.netatwork.com
netatwork.com/blog
Net@Work YouTube
Follow us on Twitter: @netatwork_corp
Follow Net@Work on LinkedIn
Follow Net@Work on Google+
Follow Net@Work on Facebook
Connect with
Net@Work
Julie Archer | Net@Work
Customer Account Manager
Email: jarcher@netatwork.com
Phone: 417-520-3718

More Related Content

What's hot

Sap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E Process
Sap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E ProcessSap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E Process
Sap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E ProcessAryadeep Chatterjee
 
Accounts payable and Best Practice Principles Automation - Sydney 2016
Accounts payable and Best Practice Principles Automation - Sydney 2016Accounts payable and Best Practice Principles Automation - Sydney 2016
Accounts payable and Best Practice Principles Automation - Sydney 2016Alexandra Khalifa
 
Assistant project manager kpi
Assistant project manager kpiAssistant project manager kpi
Assistant project manager kpikettarit
 
Sap Fico Configuration Material
Sap Fico Configuration MaterialSap Fico Configuration Material
Sap Fico Configuration MaterialNaina Mohamed
 
Sap business-one-bank-reconciliation
Sap business-one-bank-reconciliationSap business-one-bank-reconciliation
Sap business-one-bank-reconciliationKeith Taylor
 
Catalog and Content Management in Ariba Procure-to-Pay
Catalog and Content Management in Ariba Procure-to-PayCatalog and Content Management in Ariba Procure-to-Pay
Catalog and Content Management in Ariba Procure-to-PaySAP Ariba
 
SAP Business-One-Cash-Flow-Reporting
SAP Business-One-Cash-Flow-ReportingSAP Business-One-Cash-Flow-Reporting
SAP Business-One-Cash-Flow-ReportingKeith Taylor
 
Web Site Development - Project Proposal
Web Site Development - Project ProposalWeb Site Development - Project Proposal
Web Site Development - Project ProposalNoel Flowers
 
Payment management in SAP
Payment management in SAPPayment management in SAP
Payment management in SAPAlice Mary Bag
 
Fiscalyear variant
Fiscalyear variantFiscalyear variant
Fiscalyear variantmchmalithi
 
Zagor SD - 019 - Konkvistadori
Zagor SD - 019 - KonkvistadoriZagor SD - 019 - Konkvistadori
Zagor SD - 019 - KonkvistadoriStripovizijacom
 
Sap business-one-month-end-processes
Sap business-one-month-end-processesSap business-one-month-end-processes
Sap business-one-month-end-processesKeith Taylor
 
SAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.infoSAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.infosapdocs. info
 

What's hot (16)

Sap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E Process
Sap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E ProcessSap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E Process
Sap Treasury, Cash Management , Accounts Payable and Bank Accounting E2E Process
 
Accounts payable and Best Practice Principles Automation - Sydney 2016
Accounts payable and Best Practice Principles Automation - Sydney 2016Accounts payable and Best Practice Principles Automation - Sydney 2016
Accounts payable and Best Practice Principles Automation - Sydney 2016
 
Assistant project manager kpi
Assistant project manager kpiAssistant project manager kpi
Assistant project manager kpi
 
Sap Fico Configuration Material
Sap Fico Configuration MaterialSap Fico Configuration Material
Sap Fico Configuration Material
 
SAP sample
SAP sampleSAP sample
SAP sample
 
T24 Temenos Earned Value Management & Project Planning Presentation
T24 Temenos Earned Value Management & Project Planning PresentationT24 Temenos Earned Value Management & Project Planning Presentation
T24 Temenos Earned Value Management & Project Planning Presentation
 
Sap business-one-bank-reconciliation
Sap business-one-bank-reconciliationSap business-one-bank-reconciliation
Sap business-one-bank-reconciliation
 
Harrison Assessments Sample Report - Traits & Definitions
Harrison Assessments Sample Report - Traits & DefinitionsHarrison Assessments Sample Report - Traits & Definitions
Harrison Assessments Sample Report - Traits & Definitions
 
Catalog and Content Management in Ariba Procure-to-Pay
Catalog and Content Management in Ariba Procure-to-PayCatalog and Content Management in Ariba Procure-to-Pay
Catalog and Content Management in Ariba Procure-to-Pay
 
SAP Business-One-Cash-Flow-Reporting
SAP Business-One-Cash-Flow-ReportingSAP Business-One-Cash-Flow-Reporting
SAP Business-One-Cash-Flow-Reporting
 
Web Site Development - Project Proposal
Web Site Development - Project ProposalWeb Site Development - Project Proposal
Web Site Development - Project Proposal
 
Payment management in SAP
Payment management in SAPPayment management in SAP
Payment management in SAP
 
Fiscalyear variant
Fiscalyear variantFiscalyear variant
Fiscalyear variant
 
Zagor SD - 019 - Konkvistadori
Zagor SD - 019 - KonkvistadoriZagor SD - 019 - Konkvistadori
Zagor SD - 019 - Konkvistadori
 
Sap business-one-month-end-processes
Sap business-one-month-end-processesSap business-one-month-end-processes
Sap business-one-month-end-processes
 
SAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.infoSAP Accounts Payable Payment | http://sapdocs.info
SAP Accounts Payable Payment | http://sapdocs.info
 

Similar to Importing and Exporting Data with Abila MIP

Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01rafeq
 
Intro of T-CAAT BI 2022May01.pdf
Intro of T-CAAT BI 2022May01.pdfIntro of T-CAAT BI 2022May01.pdf
Intro of T-CAAT BI 2022May01.pdfrafeq
 
Intro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021DecIntro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021Decrafeq
 
Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01rafeq
 
Sage Timberline Office Overview
Sage Timberline Office OverviewSage Timberline Office Overview
Sage Timberline Office Overviewdavolt3
 
Abila MIP Year-End Tax Reporting Overview
Abila MIP Year-End Tax Reporting OverviewAbila MIP Year-End Tax Reporting Overview
Abila MIP Year-End Tax Reporting OverviewNet at Work
 
Srinivas_Ganta_IBM_INDIA1
Srinivas_Ganta_IBM_INDIA1Srinivas_Ganta_IBM_INDIA1
Srinivas_Ganta_IBM_INDIA1srinivas ganta
 
Overview of Abila MIP Accounts Receivable Reporting and Billing
 Overview of Abila MIP Accounts Receivable Reporting and Billing Overview of Abila MIP Accounts Receivable Reporting and Billing
Overview of Abila MIP Accounts Receivable Reporting and BillingNet at Work
 
Abila MIP Integrated Purchasing System
Abila MIP Integrated Purchasing SystemAbila MIP Integrated Purchasing System
Abila MIP Integrated Purchasing SystemNet at Work
 
New Charts Architectures (2)
New Charts Architectures (2)New Charts Architectures (2)
New Charts Architectures (2)guestf73e68
 
03 part 1_requirement_elicitation
03 part 1_requirement_elicitation03 part 1_requirement_elicitation
03 part 1_requirement_elicitationAnurag Rajandekar
 
Cost transparency-foundation-datasheet
Cost transparency-foundation-datasheetCost transparency-foundation-datasheet
Cost transparency-foundation-datasheetKarthik Arumugham
 
Presentations Axapta Tdm Overall Functionality
Presentations Axapta Tdm Overall FunctionalityPresentations Axapta Tdm Overall Functionality
Presentations Axapta Tdm Overall Functionalitysetiaji
 
What's New with Ivanti Service Desk
What's New with Ivanti Service DeskWhat's New with Ivanti Service Desk
What's New with Ivanti Service DeskIvanti
 
Omnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdfOmnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdfAmitKumarbishoyi2
 
Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017BCS ProSoft
 
4 Benefits of a Digitized and Automated AP System
4 Benefits of a Digitized and Automated AP System4 Benefits of a Digitized and Automated AP System
4 Benefits of a Digitized and Automated AP SystemFlatirons Solutions®
 
Course Presentation.pdf
Course Presentation.pdfCourse Presentation.pdf
Course Presentation.pdfBiniyamTezera1
 

Similar to Importing and Exporting Data with Abila MIP (20)

Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01Intro of Key Features of Auto T-CAAT Pro 2021Dec01
Intro of Key Features of Auto T-CAAT Pro 2021Dec01
 
Intro of T-CAAT BI 2022May01.pdf
Intro of T-CAAT BI 2022May01.pdfIntro of T-CAAT BI 2022May01.pdf
Intro of T-CAAT BI 2022May01.pdf
 
Intro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021DecIntro of key features of T-CAAT Ent 2021Dec
Intro of key features of T-CAAT Ent 2021Dec
 
Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01Intro of T CAAT Pro 2021Dec01
Intro of T CAAT Pro 2021Dec01
 
Sage Timberline Office Overview
Sage Timberline Office OverviewSage Timberline Office Overview
Sage Timberline Office Overview
 
Abila MIP Year-End Tax Reporting Overview
Abila MIP Year-End Tax Reporting OverviewAbila MIP Year-End Tax Reporting Overview
Abila MIP Year-End Tax Reporting Overview
 
Srinivas_Ganta_IBM_INDIA1
Srinivas_Ganta_IBM_INDIA1Srinivas_Ganta_IBM_INDIA1
Srinivas_Ganta_IBM_INDIA1
 
Overview of Abila MIP Accounts Receivable Reporting and Billing
 Overview of Abila MIP Accounts Receivable Reporting and Billing Overview of Abila MIP Accounts Receivable Reporting and Billing
Overview of Abila MIP Accounts Receivable Reporting and Billing
 
Abila MIP Integrated Purchasing System
Abila MIP Integrated Purchasing SystemAbila MIP Integrated Purchasing System
Abila MIP Integrated Purchasing System
 
New Charts Architectures (2)
New Charts Architectures (2)New Charts Architectures (2)
New Charts Architectures (2)
 
03 part 1_requirement_elicitation
03 part 1_requirement_elicitation03 part 1_requirement_elicitation
03 part 1_requirement_elicitation
 
Cost transparency-foundation-datasheet
Cost transparency-foundation-datasheetCost transparency-foundation-datasheet
Cost transparency-foundation-datasheet
 
Presentations Axapta Tdm Overall Functionality
Presentations Axapta Tdm Overall FunctionalityPresentations Axapta Tdm Overall Functionality
Presentations Axapta Tdm Overall Functionality
 
What's New with Ivanti Service Desk
What's New with Ivanti Service DeskWhat's New with Ivanti Service Desk
What's New with Ivanti Service Desk
 
SAP QA.pptx
SAP QA.pptxSAP QA.pptx
SAP QA.pptx
 
Omnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdfOmnichannel Convergent Billing.pdf
Omnichannel Convergent Billing.pdf
 
Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017Sage 100 User Group – Nov 2017
Sage 100 User Group – Nov 2017
 
4 Benefits of a Digitized and Automated AP System
4 Benefits of a Digitized and Automated AP System4 Benefits of a Digitized and Automated AP System
4 Benefits of a Digitized and Automated AP System
 
SAP_FICO.pptx
SAP_FICO.pptxSAP_FICO.pptx
SAP_FICO.pptx
 
Course Presentation.pdf
Course Presentation.pdfCourse Presentation.pdf
Course Presentation.pdf
 

More from Net at Work

Sage HRMS Configuration and Business Response and HR Planning
Sage HRMS Configuration and Business Response and HR PlanningSage HRMS Configuration and Business Response and HR Planning
Sage HRMS Configuration and Business Response and HR PlanningNet at Work
 
Employer Update & Getting Business Back on Track
Employer Update & Getting Business Back on Track Employer Update & Getting Business Back on Track
Employer Update & Getting Business Back on Track Net at Work
 
Tips on the IRS & DOL Employer Tax Credits & Loans
Tips on the IRS & DOL Employer Tax Credits & LoansTips on the IRS & DOL Employer Tax Credits & Loans
Tips on the IRS & DOL Employer Tax Credits & LoansNet at Work
 
Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...
Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...
Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...Net at Work
 
The New Remote Workforce & The Case for Hosting Your Sage Solution in the Cloud
The New Remote Workforce & The Case for Hosting Your Sage Solution in the CloudThe New Remote Workforce & The Case for Hosting Your Sage Solution in the Cloud
The New Remote Workforce & The Case for Hosting Your Sage Solution in the CloudNet at Work
 
MIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRA
MIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRAMIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRA
MIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRANet at Work
 
Managing Through COVID-19
Managing Through COVID-19Managing Through COVID-19
Managing Through COVID-19Net at Work
 
Tax Compliance in the Wake of COVID-19 What’s Changed
Tax Compliance in the Wake of COVID-19 What’s ChangedTax Compliance in the Wake of COVID-19 What’s Changed
Tax Compliance in the Wake of COVID-19 What’s ChangedNet at Work
 
Fixed Assets are Suddenly Mobile “At Home” Assets
Fixed Assets are Suddenly Mobile “At Home” AssetsFixed Assets are Suddenly Mobile “At Home” Assets
Fixed Assets are Suddenly Mobile “At Home” AssetsNet at Work
 
Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...
Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...
Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...Net at Work
 
Coping with Covid-19: Keeping the Workplace Moving
Coping with Covid-19: Keeping the Workplace Moving Coping with Covid-19: Keeping the Workplace Moving
Coping with Covid-19: Keeping the Workplace Moving Net at Work
 
Coronavirus Payroll Continuity
Coronavirus Payroll ContinuityCoronavirus Payroll Continuity
Coronavirus Payroll ContinuityNet at Work
 
How Engaged Employees Affect the Bottom Line
How Engaged Employees Affect the Bottom Line How Engaged Employees Affect the Bottom Line
How Engaged Employees Affect the Bottom Line Net at Work
 
Endpoint Security & Why It Matters!
Endpoint Security & Why It Matters!Endpoint Security & Why It Matters!
Endpoint Security & Why It Matters!Net at Work
 
Transformative HR Technology For Nonprofits
Transformative HR Technology For Nonprofits  Transformative HR Technology For Nonprofits
Transformative HR Technology For Nonprofits Net at Work
 
Document Capture: Never Touch a Document Again
Document Capture: Never Touch a Document AgainDocument Capture: Never Touch a Document Again
Document Capture: Never Touch a Document AgainNet at Work
 
Benefits of Abila MIP Payroll
Benefits of Abila MIP PayrollBenefits of Abila MIP Payroll
Benefits of Abila MIP PayrollNet at Work
 
Sage Intelligence for Sage 100
Sage Intelligence for Sage 100Sage Intelligence for Sage 100
Sage Intelligence for Sage 100Net at Work
 
How the IRS 2019 Form W-4 Will Change Payroll
How the IRS 2019 Form W-4 Will Change PayrollHow the IRS 2019 Form W-4 Will Change Payroll
How the IRS 2019 Form W-4 Will Change PayrollNet at Work
 
Cloud-based Payroll Outsourcing: Why The Shift?
Cloud-based Payroll Outsourcing:  Why The Shift?Cloud-based Payroll Outsourcing:  Why The Shift?
Cloud-based Payroll Outsourcing: Why The Shift?Net at Work
 

More from Net at Work (20)

Sage HRMS Configuration and Business Response and HR Planning
Sage HRMS Configuration and Business Response and HR PlanningSage HRMS Configuration and Business Response and HR Planning
Sage HRMS Configuration and Business Response and HR Planning
 
Employer Update & Getting Business Back on Track
Employer Update & Getting Business Back on Track Employer Update & Getting Business Back on Track
Employer Update & Getting Business Back on Track
 
Tips on the IRS & DOL Employer Tax Credits & Loans
Tips on the IRS & DOL Employer Tax Credits & LoansTips on the IRS & DOL Employer Tax Credits & Loans
Tips on the IRS & DOL Employer Tax Credits & Loans
 
Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...
Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...
Sage 100: Enabling Your Team to Work Remotely with the Impact from COVID-19 &...
 
The New Remote Workforce & The Case for Hosting Your Sage Solution in the Cloud
The New Remote Workforce & The Case for Hosting Your Sage Solution in the CloudThe New Remote Workforce & The Case for Hosting Your Sage Solution in the Cloud
The New Remote Workforce & The Case for Hosting Your Sage Solution in the Cloud
 
MIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRA
MIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRAMIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRA
MIP Webinar: Working Remotely with the Impact of COVID-19 & Planning for FFCRA
 
Managing Through COVID-19
Managing Through COVID-19Managing Through COVID-19
Managing Through COVID-19
 
Tax Compliance in the Wake of COVID-19 What’s Changed
Tax Compliance in the Wake of COVID-19 What’s ChangedTax Compliance in the Wake of COVID-19 What’s Changed
Tax Compliance in the Wake of COVID-19 What’s Changed
 
Fixed Assets are Suddenly Mobile “At Home” Assets
Fixed Assets are Suddenly Mobile “At Home” AssetsFixed Assets are Suddenly Mobile “At Home” Assets
Fixed Assets are Suddenly Mobile “At Home” Assets
 
Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...
Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...
Sage 300 Webinar: Enabling Your Team to Work Remotely with the Impact from CO...
 
Coping with Covid-19: Keeping the Workplace Moving
Coping with Covid-19: Keeping the Workplace Moving Coping with Covid-19: Keeping the Workplace Moving
Coping with Covid-19: Keeping the Workplace Moving
 
Coronavirus Payroll Continuity
Coronavirus Payroll ContinuityCoronavirus Payroll Continuity
Coronavirus Payroll Continuity
 
How Engaged Employees Affect the Bottom Line
How Engaged Employees Affect the Bottom Line How Engaged Employees Affect the Bottom Line
How Engaged Employees Affect the Bottom Line
 
Endpoint Security & Why It Matters!
Endpoint Security & Why It Matters!Endpoint Security & Why It Matters!
Endpoint Security & Why It Matters!
 
Transformative HR Technology For Nonprofits
Transformative HR Technology For Nonprofits  Transformative HR Technology For Nonprofits
Transformative HR Technology For Nonprofits
 
Document Capture: Never Touch a Document Again
Document Capture: Never Touch a Document AgainDocument Capture: Never Touch a Document Again
Document Capture: Never Touch a Document Again
 
Benefits of Abila MIP Payroll
Benefits of Abila MIP PayrollBenefits of Abila MIP Payroll
Benefits of Abila MIP Payroll
 
Sage Intelligence for Sage 100
Sage Intelligence for Sage 100Sage Intelligence for Sage 100
Sage Intelligence for Sage 100
 
How the IRS 2019 Form W-4 Will Change Payroll
How the IRS 2019 Form W-4 Will Change PayrollHow the IRS 2019 Form W-4 Will Change Payroll
How the IRS 2019 Form W-4 Will Change Payroll
 
Cloud-based Payroll Outsourcing: Why The Shift?
Cloud-based Payroll Outsourcing:  Why The Shift?Cloud-based Payroll Outsourcing:  Why The Shift?
Cloud-based Payroll Outsourcing: Why The Shift?
 

Recently uploaded

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 

Recently uploaded (20)

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 

Importing and Exporting Data with Abila MIP

  • 1. Live Webinar: Webinar Audio: You can dial the telephone numbers locat headphones ed on your webinar panel. Or listen in using your headphones or computer speakers. Welcome! Live Webinar: Importing and Exporting Data with Abila MIP Fund Accounting Webinar Audio: You can dial the telephone numbers located on your webinar panel. Or listen in using your headphones or computer speakers. We will begin shortly.
  • 2. Today’s Presenter Jane Houle | Net@Work Consulting Manager, Nonprofit Solutions
  • 3. Webinar Details • Presentation is roughly 50 minutes • All phone lines are muted to reduce background noise • We will have about 10 minutes for questions after the presentation. Please type your questions in the box located at the bottom of your webinar panel.
  • 4. 180+ Business Technology Architects and Consultants IT Road Mapping & Strategic Planning Business Process Review Ecosystem BI, Analytics & Reporting Cloud & IT Managed Services ERP/ Accounting Web Development & e-Commerce Sister Company Payment Processing SWYPE Sister Company CRM & Marketing Automation HRMS/ Employer Solutions Document Management Nonprofit Solutions Managed Print Services Sister Company Net@Work Overview
  • 5. Abila MIP Import Today’s Agenda: Latest on Abila/ Community Brands /MIP • Exporting from MIP • To Excel • To text file • Exporting in Advance • Importing Into MIP • Importing vs API • What you can import • What is a definition file? • Import Example in MIP • Trouble-shooting error messages
  • 6. Xperience Conference – Orlando May 2018 Latest on Abila/ Community Brands /MIP - Xperience User Conference - Look for the Community Brands name – MIP will continue - MIP Version 18.3 - Reports in Advance - More functionality
  • 7. Abila MIP Import Why Import? Importing is used to reduce manual data entry into the MIP system. It is a faster method for setting or updating tables of data in MIP such as Vendors, Account Codes or Distribution Codes. Entering transactions that are lengthy to enter or are derived from another system such as: • Outside payroll service • Medical billing software or other billing system, • Donor management Data maintained on a spread sheet How to Import The user initiates a process to select a customized mapping (definition) file and the data file
  • 8. Abila MIP Import versus API The Abila MIP Application Programming Interface (API), is a service that allows a user to access and modify your MIP Fund Accounting data. It provides a vocabulary of requests and responses that your program code can use to "talk" securely to MIP Fund Accounting. • Bringing out MIP Fund Accounting functionality and up-to-the-minute data in your own application or website. • Writing custom integration software for transferring data between MIP Fund Accounting and other third-party applications, such as, paperless AP, budgeting or donor management programs. • Use the MIP API to develop a program to schedule communication directly with MIP Fund Accounting without user involvement. Your program can request or modify your MIP Fund Accounting data in real time. • Interested? Net@Work can help!
  • 9. Abila MIP Import What can you import? • Almost any type of information that you would normally key into MIP can be imported, such as: • Journal Vouchers, AP Invoices and other Transactions • Employee Information • Vendor and Customer Information • Budgets • Clearing items in Bank Reconciliation
  • 10. Abila MIP Import Exchange Rate MasterMCRATE.def Purchase Order PO Item Codes MasterPO.def PO Reference MasterPO.def PO line Item Detail MasterPO.def PO Line Coding MasterPO.def Accounts Receivable Billing Information Charge Codes MasterAB.def Charge Code Detail MasterAB.def One-time Charges MasterAB.def One-time Charge Detail MasterAB.def Accounts Payable Vendor Information MasterAP.def Vendor 1099 Adjustments MasterAP.def Accounts Receivable Information Customer Information MasterAR.def Customer Shipping Addresses MasterAR.def Bank Reconciliation Cleared items MasterBK.def Fixed Asset Info Asset Type MasterFA.def Designation Code MasterFA.def Asset Information MasterFA.def Depreciation Code MasterFA.def GL Setup/Misc Fund Designation Assignment MasterGL.def Chart of Account Code Import MasterGL.def Detail or Required Account Assignments MasterGL.def Closing Account Assignments MasterGL.def Offset Account Assignments MasterGL.def Distribution Code MasterGL.def Spoiled Checks MasterGL.def
  • 11. Abila MIP Import Transaction Import Financial Information Trans Source Cash Receipts CR A/P Invoices API A/P Manual Checks APC A/R Credits ARM Journal Vouchers JV Encumbrances ENC Cash Disbursements CD A/P Credits APM A/R Invoices ARB A/R Receipts ARC Budget Entries BD Encumbrance Liquidations ENL
  • 12. Abila MIP Import There are four things that you need to import. 1) Data – Such as a Text or CSV file. An Excel spreadsheet can be saved as a CSV file. 2) Definition File - (DEF file) customized mapping file to bring the data into your database. 3) MIP database 4) Rights in the MIP system to import
  • 13. Abila MIP Import Data File Data File Guidelines: • Must be a Text (*.txt)(flat file) or a *.CSV files. Most Excel files can be saved as a CSV file. • The file must be laid out in the proper format with data in columns. Financial transactions must follow Type 1 (T1) or Type 3 (T3) designations. Examples follow. • Non-financial information requires a specific format with the proper context statements to identify what type of information it is (i.e. Timesheets, Vendor Info, Chart of Accounts, Bank Rec, etc.). • The file must be complete and valid. In order to import financial transactions, the information in the data file must be complete as if entered by hand. • Must follow your database rules for coding, description fields, account code combinations and required fields.
  • 14. Abila MIP Import – Example of a T-1
  • 15. Abila MIP Import – Example of a T-3
  • 16. Sections of a Definition File for Abila MIP Import General information about the file: The Environment Section- Contains formatting information about the file to be imported Sections that replicate the process of entering a transaction: The Session Header Section- Maps the information in the file to the Session level screen in a transaction The Document Header Section- Maps the information in the file to the Document level in a transaction The Document Transaction Line Section- Maps the information in the file to the transaction entry grid with the segments, debits and credits.
  • 17. Abila MIP Import – Environment Section Common Statements in Environment Section: SEGMENTNOTSTRING – Used when your data is a CSV type and each and every piece of data occupies a unique column. DISCARDFIRSTNRECORDS – Used in cases where the top rows of your data file contain header information like column name so you tell the system how many rows to ignore. APPLY_OFFSETS – Used to tell the system to apply the offset account assignments to the data that is imported. TRANSACTION_READ,# - This is a required block and tells the system what type of format the data in the file is in, a T1 or a T3.
  • 18. Abila MIP Import – Environment Section CLEANLINE_READ - to remove non-required segment information from all lines imported, regardless of whether values were explicitly provided in the data file. Enter a value of "1" to turn activate this feature. UPDATEIGNOREBLANK - to ignore blank fields in the data file. SUPPRESSWARNINGS - to tell the system not to include warnings in the import log. USEDISTCODE - to have the system use both a general ledger code and a distribution code to complete the accounting transaction lines for each document line imported. UPDATEITEM - to have the system update existing records with the data included in the data file. UPDATETS - to have the system enter new or update existing timesheets with the data included in the data file.
  • 19. Abila MIP Import – Environment Section SEGMENTNOTSTRING – Used when your data is a CSV type and each and every piece of data occupies a unique column. DISCARDFIRSTNRECORDS – Used in cases where the top rows of your data file contain header information like column name so you tell the system how many rows to ignore. APPLY_OFFSETS – Used to tell the system to apply the offset account assignments to the data that is imported. TRANSACTION_READ,# - This is a required block and tells the system what type of format the data in the file is in, a T1 or a T3. CLEANLINE_READ - to remove non-required segment information from all lines imported. Enter a value of "1" to turn activate this feature.
  • 21. How Can Net@Work Help With Abila MIP Import Do you have data that can be imported? • Payroll • Billing System • Concur • Journal Entries created in spreadsheet ( Reimbursement forms) • Checks from an electronic bank statement Customizing a definition file for your chart of accounts and data file Once you have a definition file customized to an Excel you can modify it for multiple purposes, saving time and money and increasing accuracy. Create other Excel files in that layout. 10 hours per month * $15 per hour = $150 recover investment in 4 months Normally the charge for a standard customized definition file is $675 As a special offer to clients attending this webinar, the cost is $600 if you purchase (not implement) before 7/1/18
  • 22. Please type in your questions Any Questions?
  • 23. Upcoming at Net@Work Abila MIP Webinar: MIP Electronic Requisitions, POs and Encumbrances Date: June 20, 2018 Time: 2pm Eastern Abila MIP Webinar: Audit Preparation with Abila MIP Date: July 18, 2018 Time: 2pm Eastern Michigan Users Group Tentative Date: July 25, 2018 Time: 9:30am – 12:00noon Eastern Abila MIP Webinar: Nonprofits and Concur Invoice and Expense Date: August 23, 2018 Time: 2pm Eastern
  • 24. Thank You For Attending! Jane Houle | Net@Work Nonprofit Solutions Consulting Manager Email: jhoule@netatwork.com Phone: 312-651-0364 800-719-3307 www.netatwork.com netatwork.com/blog Net@Work YouTube Follow us on Twitter: @netatwork_corp Follow Net@Work on LinkedIn Follow Net@Work on Google+ Follow Net@Work on Facebook Connect with Net@Work Julie Archer | Net@Work Customer Account Manager Email: jarcher@netatwork.com Phone: 417-520-3718