Hey y’all. I’ve been working in Acumatica for 2 years now and have really gotten a handle on GIs, Import/Exports, Reports, Business Events, etc.
Now I’m working through the T200 pdf training and my lack of web dev experience is making me have to dig far too deep into every code snippet to fully get it. My background is in Panorama Classic (a dead language) and Python, so I understand the basic structures of a language. However, I find myself constantly going, ‘but why?’ in the training in a way that I know means I’m NEARLY there.
Do you know any videos or other tutorials that might help me get up to speed on doing my first solo customizations?
Do you have advice for getting through these trainings from nearly zero?
-- Lunar
Where is more Help with Customizations
Best answer by Srinivas Kota
Hi
The Acumatica training materials-Acumatica Application Developer (PDFs) T200 etc.. are very well structured and provide a clear, step-by-step learning process. Even with basic C# knowledge, you should be able to complete the training successfully if your fundamentals are strong.
Before starting Acumatica customization, make sure you are comfortable with the following:
Minimum Skill Level Required
-
Writing C# classes without needing to look up basic syntax
-
Writing SQL queries confidently (SELECT, JOIN, GROUP BY)
-
Understanding how web applications work
C# Knowledge
-
Classes, inheritance, and interfaces
-
Delegates and events
-
LINQ
-
Generics
-
Basic understanding of ASP.NET (Web Forms concepts are helpful)
-
Basic understanding of DLLs
Database Knowledge
-
Microsoft SQL Server
-
Writing SELECT, JOIN, GROUP BY queries
-
Understanding database relationships (Primary Key / Foreign Key)
Tools You Should Be Familiar With
-
Visual Studio
-
SQL Server Management Studio (SSMS)
-
Acumatica Customization Project Editor
-
Basic IIS concepts
If you are comfortable with the above topics, you can confidently begin Acumatica customization training. Focus first on strengthening C# and SQL fundamentals if needed — that will make learning much smoother.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
