Loading ...

PXDefault PXParent In Acumatica

Hello everybody, today just quick fact. In master-detail DAC and Graph there are used attributes PXDBDefault and PXParent. For me it was interesting to know, that PXDBDefault is intended for initializing values and PXParent is intended for cascade deleting of rows.   Ready to take your Acuma...

Companyid May Not Be Empty

Hello everybody. In case if you want to add some table to Acumatica with compnayid field, and suddenly you can't save it, check weather you configured default Value or Binding in db. It should be ((0)) like on the screenshot: I noticed it only recently while coping with error message about...

How Pages In Acumatica Work

Hello Everybody. Today I will speak about some trivial matters, which I found during usage reflector while analyzed received source code of acumatica. So lets go on. Each page of acumatica as base class PX.Web.UI.PXPage. Base page has the following declaration: public PXDataSource DefaultDat...

Add Button To Grid In Acumatica

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

Master Details Step By Step

Hello everybody, today I want to share how to implement master detail form step by step starting from small. So, recently I was in situation when I created form, generated DAC, created aspx page, and got some errors. When I asked support for help, they informed me that they will help me only one...

Lua For FXCM Trade Station

Hello everybody, today I will share with you adventure of learning writing something for Trade Station from FXCM and some other trading companies. I got one request from client to write for him expert advisor, and it should be for Trade Station in lua, and not in mql4. I can't say that I was happ...