Hello, today I will show you how to create simple screen with grid on itThere is how you created from with grid with old UI using aspx
And how it’s looksTo create this form with new UI you need to create ts and html files for new screen inside FrontendSources folderFor ts file you need to speci...
If you’ve ever stared at the red highlight in Acumatica’s Approvals screen and wished there was a way to soften the UI—good news: you don’t need to override the .aspx.cs code to make visual improvements. In fact, you can customize how rows and cells appear on existing screens like Sales Orders or...
When working with Acumatica’s ModernUI framework, placing a custom field on the screen often feels straightforward: define the field in TypeScript, place it in the template, and expect it to appear. But sometimes, despite correct syntax and logic, the field simply doesn’t show up. If you’ve run i...
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...
Aurelia is a modern front-end framework for building applications in JavaScript or TypeScript. One of its most convenient features is its powerful binding system, which allows for both one-way and two-way data binding. In this article, we’ll focus on two-way data binding—how it works in Aurelia,...