version 7.8.0.11+ | Download Pending |
Note
This article includes advanced Administrator areas for PSIcapture as well as Xero's Web Portal.
Audience
This article is meant for PSIcapture Administrators.
Overview
The following guide covers the most basic steps in connecting a Xero Application, created in the Xero Web Portal, to PSIcapture's Connections tab within the Configuration Root menu. First, the application must be created and the corresponding connection info recorded. Next, a custom form within the Xero Web Portal must be created to suit the migration and the needs of the business. Finally, the information can be input into PSIcapture's Connections tab.
Xero Account Setup
If you do not already have a Xero account, you may sign up for a demo account:
https://www.xero.com/signup/api/
Then enable the Xero Demo company for your demo account:
https://developer.xero.com/documentation/development-accounts
Create an Application in Xero to Identify PSIcapture
Note: In order for PSIcapture to connect to your account, you must configure it in Xero and obtain a Client ID. The following is a breakdown of the process.
- Navigate in your web browser to https://developer.xero.com/app/manage
- Press the “New app” button in the top-right corner of the screen to display the “Add a new app” pop-up screen:
- Supply a Name for the application, such as “PSIcapture”.
- Select "Mobile or desktop app" as the Integration type.
- Enter your company’s full web address for the “Company or application URL”.
- Set the “Redirect URL” to http://localhost:8888/callback. PSIcapture will use this location and port to receive the callback information returned through the Xero SDK.
Note: There is no need for IIS to be installed locally, and the use of HTTP is acceptable. This is just a mechanism for the local API DLLs to transfer data -received securely from xero.com. The API is really geared for web applications, and this localhost connection is the way the local API talks to a Windows application or service. - After confirming that you have read through Xero’s terms and conditions, press the “Create app” button. You will be redirected to the App Details screen.
- Using the navigation pane on the left, switch to the Configuration screen. Copy the Client ID to your clipboard. You will need this later when setting up connection in PSIcapture.
Next Step: PSIcapture Administrator Guide: Configuration: Connections Tab
From here, you can utilize all the functionality of the Xero portal to create custom forms to which PSIcapture can import and match corresponding metadata. For more information on configuring custom form fields, see:
https://central.xero.com/s/article/Field-mappings-for-custom-document-templates
Once this form is created, it can be linked to the PSIcapture Migration Workflow step for a Xero Migration. For more information, see:
PSIcapture Administrator Guide: Xero Migration Configuration
Comments
Please sign in to leave a comment.