Loading ...

Package upgrading process

Hello. Today I will describe how to make an package upgrade in correct way1. You need to download version that you need to upgrade to2. You need to create an instance of upgraded version or update(full update) already existing instance3. Next step is to add Acumatica dll to your project from the...

Adding fields to new UI

Hello. Today I am gonna tell you how to add field to new UIFirst of all you need to make ts extension to default ts file of the page where you want to add new fields. In my case it would be RQ301000I will name it rq301000-ext.tsI want to add 2 fields to the RQRequestLine grid and 4 fields to RQRe...