Loading ...

Screen Class in TS

import {             PXView, createSingle, PXFieldState, graphInfo, group, PXScreen, createCollection, PXFieldOptions, PXActionState } from "client-controls";   @graphInfo({ graphType: 'PX.Objects.GL.AccountHistoryEnq', primaryView: 'Fi...

How to add cookie in Acumatica

There are cases when you may need to put some data into cookies. For example, I faced a problem in Acumatica when I needed to extract a webhook url using JS. .background{font-family:monaco,Consolas,LucidaConsole,monospace;background-color:#1E1E1E;overflow:scroll;color:#dfdfdf;}.method{color:#DCD...

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...

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 {...