Info |
---|
Steps to install APSD in D365 PowerApps platform |
...
On the left hand menu, navigate to
Data
→Custom Connectors
Click on
+ New
→Other
→Custom connector
.In the Connector Name field, type “APSR”.
Toggle the
Swagger Editor
to ON, delete all the code and copy/paste the code from the APSR.json file.Toggle the
Swagger Editor
to OFF.Ensure you are in the General tab and then verify that the Host and Base URL point to the correct location for the environment you are in (refer to chart below).
Click
Create connector
.Click on the Test tab, then
+ New connection
.Enter the API Key (RDIMS 17999814) and click
Create connection
.Repeat steps 3-9 to create the SIAPI connector using the SIAPI.json file.
**This API doesn’t require an API Key.Repeat steps 3-10 to create the SPAPI connector using the SPAPI.json file.
Repeat steps 3-10 to create the MTAPI connector using the MTAPI.json file.
Repeat steps 3-10 to create the TMAPI connector using the TMAPI.json file.
For all 5 connectors, share them with the organization.
Click
...
→Invite another user
→Share with org
→Save
.You can also give edit rights to other developers here.
On the left hand menu, navigate to
Data
->Connections
.For each connection, share them with the organization.
Click
...
→Share
→+ Add everyone in my org
→Save
.
...
Go to the environment that has the master set of data for the SCRAM tasks. Currently, this is QA.
On the left menu, go to
Data
→Tables
, then open the Scram Tasks table.On the top menu, click on
Data
→Export data
. Once the export has been successfully completed, click onDownload exported data
.Unzip the csv file.
Switch to the environment you are deploying to.
On the left menu, go to
Data
→Tables
, then open the Scram Tasks table.On the top menu, click on
Data
→>
beside Get data →Get data from Excel
.Upload the csv file from step 4. If there are any mapping issues, fix them.
Click
Import
. Wait for the process to complete, then verify that the data was imported.
...
Follow the same steps for Importing SCRAM task data using the AP Task table instead.
Flows
Expand | ||
---|---|---|
| ||
Name: Flow - TimeSheetNotifications Description: This Power Automate Flow triggers when the “ap_timsheetstatus” field is modified to “Rejected”. The flow sends an email to the submitter. |
...