Skip to content

Commit 64af3d6

Browse files
committed
AC-138025: AI-Assisted Integration Diagnostics in Acumatica added
1 parent b228a12 commit 64af3d6

44 files changed

Lines changed: 4326 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

IntegrationDevelopment/AI-Assisted Integration Diagnostics in Acumatica/Lesson1/Comparison_of_Endpoints.md

Lines changed: 592 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
In <path to the folder with the integration solution>, you have an old integration solution for Acumatica ERP.
2+
Describe this solution, including information about:
3+
- General purpose of this solution
4+
- Its structure
5+
- For which version of Acumatica ERP it is intended
6+
- Any dependencies it uses
7+
- Anything else that may be useful to know
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
I need to update this solution to the latest version of Acumatica and the latest endpoint version.
2+
Prepare a plan of the needed changes to the solution.
3+
Use the attached Acumatica 2026 R1 release notes and the list of endpoint changes for reference.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update packages and namespaces
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
I need to keep Retainage assignment in ProjectTemplateScenario.cs.
2+
Specify Retainage for a project after the project is created from a template.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update filter in CompoundFilterScenario.cs according to the endpoint changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Run the solution for an Acumatica instance:
2+
URL: <URL of Acumatica instance>
3+
Tenant: <tenant name>
4+
Username: admin
5+
Password: <password>
6+
Review the results of run in the
7+
\bin\Debug\outputs\scenarios folder.
8+
Suggest fixes for the issues or further steps to investigate.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
List customers grouped by customer classes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
In change orders, replace vendor V000000060 with ALLFRUITS.
2+
In scenario helper, replace customer C000000056 with ABAKERY.
3+
Then rebuild and rerun the diagnostics.
4+
Report any remaining errors with source file references and fix proposals.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Invoke RemoveProFormaInvoiceFromHold with a minimal ProFormaInvoice
2+
containing only the key or ID instead of the expanded object
3+
with TimeAndMaterial lines.

0 commit comments

Comments
 (0)