Loading ...

View Definition in TS

-       createSingle for the Summary area -       createCollection for views of the table -       headerDescription for fields to be included in the form caption -       gridCon...

Can not insert null into column

Hello. Recently I found one strange thing that I faced for the first time.I made two selectors, one for branch and one for UOM. Below is code for them .background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.class{color:#4EC9B0;}.ke...

Layout in HTML

  .background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.keyword{color:#569cd6;}.string{color:#ce9178;}.identifier{color:#dfdfdf;}.operator{color:#dfdfdf;}.localName{color:#9CDCFE;} <template> <qp-te...

Resolving the PathTooLongException Error in Acumatica

When working with Acumatica you may encounter the PathTooLongException error, which is related to exceeding the length limit for paths or filenames. Here are step-by-step recommendations to help you resolve this issue: Shorten the Project Path: Move your project files to a directory with a sho...

Controls of the Modern UI

A control can have the following attributes: -       config: An attribute whose properties define the appearance and behavior of the control. Any changes to the values of these properties made in the browser are not passed to the server and can be overwritten by the...

Configuration of the Table and its Columns

Table configuration: -       Use the gridConfig decorator       Specify a preset in the preset property of the gridConfig decorator. Preset property similar to SkinID of ASPX property Table columns:       Use the c...

Adding field to the end of a Fieldset

.background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.string{color:#ce9178;}.identifier{color:#dfdfdf;}.operator{color:#dfdfdf;}.localName{color:#9CDCFE;} <template> <qp-include url="../../barco...

Reordering Fieldsets

Now you could also place field easily after any field that you want just using parameter before and after Construction to this looks like this<qp-fieldset  modify="#SomeID" after=""#AnotherID>           </qp-fieldset> on practice...

Action Definitions in TS

.background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.class{color:#4EC9B0;}.keyword{color:#569cd6;}.identifier{color:#dfdfdf;}.punctuation{color:#dfdfdf;}.propertyName{color:#dfdfdf;} export class GL401000 extends PXScreen {...