...
While configuring the Source or Destination of a Transaction, you find an Account option to configure your application with Adeptia Connect. Using Account configuration, you need to specify the location from where the data is to be accessed. In this process, provide the details of the application account to grant permission to access data.
Before creating a SharePoint account, it is recommended to do the following:
- Create an app in SharePoint
- Open the browser and type the URL: https://<domain>.sharepoint.com/_Layouts/15/AppRegNew.aspx where <domain> is the SharePoint domain.
Click Generate in the Client Id and Client Secret.
Tip Copy the generated Client ID and Client Secret for future use. - Type the app name in the Title.
- Type the Adeptia Connect URL without a protocol in the App Domain. For instance, if the Adeptia Connect URL is https://ac2.adeptia.com then App Domain is ac2.adeptia.com.
- Type the callback URL in the Redirect URL in the format: https://<AdeptiaConnectURL>/rest/applications/microsoftsharepoint/account.
- Click Create.
This creates an app identifier.
- Open the browser and type the URL: https://<domain>.sharepoint.com/_Layouts/15/AppRegNew.aspx where <domain> is the SharePoint domain.
- After creating the app, register your app.
- Type the URL: https://<domain>.sharepoint.com/_layouts/15/AppInv.aspx where <domain> is the SharePoint domain.
- Type the Client Id, generated while creating an app, in the App Id and then click Lookup.
- The data in the Title, App Domain, and Redirect URL is populated automatically.
Type the XML code giving permissions. For information on URI and rights, click here. The sample XML code is:
Code Block <AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="FullControl" /> <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" /> <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web/list" Right="FullControl" /> </AppPermissionRequests>
- Click Create.
- Trust the app permission and then click Trust it.
- Type the URL: https://<domain>.sharepoint.com/_layouts/15/AppInv.aspx where <domain> is the SharePoint domain.
- After you add registering an app, now create an account.
...
Field | Description |
---|---|
Account Name | A short, descriptive name that helps you re-use this account in future |
Domain Name | SharePoint domain name you are using, for example, adeptiainc. Hence, the domain name will be http:/adeptiainc.sharepoint.com. |
Client ID | ID generated while creating an app. |
Client Secret | Secret code generated while creating an app. |
Realm ID | To know the Realm Id or Tenant Id, do either of the following: 1. Log in to Microsoft Azure as an administrator. |
Triggers
A Trigger specifies when a particular Transaction will start executing. While configuring the Source application, you find a Trigger drop-down list.
...