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...
Hello everybody.
My next notice is about following case.
Suppose you have from PR301000, which has grid with id "grid" with button calculate. Also grid has column, which is bounded to column caculated, and you need the following:
If in selected row field "Calculated" is true, then disable b...
Hello everybody,
today I want briefly share how to add button to Grid in Acumatica. Actually button without any dialogs. Just button with posibility to run C# code.
Lets say you have grid, and want name for button Calculate.
Then in graph you should write something like this:
public PXActi...