Hello everybody,
today I want to share how to cope with error message CreatedByID cannot be null and CreatedByScreenID cannot be null, and so on. In order to get rid of
those error messages use attributes [PXDBCreatedByID], [PXDBCreatedByScreenID],
[PXDBCreatedDateTime], [PXD...
Hello,
I want to share some discoveries about attributes of PXSplitContainer.
<px:PXSplitContainer runat="server" ID="sp1" SplitterPosition="300" Height="100px">
SplitterPosition="300" means that first item will have height 300 pixels
Height="100px" I didn't notice any changes at page,...
Hello everybody,
today just short notice of DAC and tables. If you create new functionality in Acumatica and look for creating tables, you should know, that all tables which you'll create should have column CompnayID, and that column shouldn't be reflected in DAC.
4 Comments
anonymous sa...
Hello everybody,
today I received the following error message in Acumatica:
Cannot insert explicit value for identity column in table when identity_insert is set to off.
After executing SQL
SET IDENTITY_INSERT table off
problem wasn't solved, so I needed to search deeper. After attaching with SQL...
Hello everybody,
today I want to share with you one of my mistakes.
Few days ago I started to develop Configuration screen, or screen which should end at xx101000. After I completed it and passed for testing I faced a challenge. The page should display only the first record. So I implemente...
Hello everybody,
today I want to share one nesessary step which is needed for graph in order to save graph which has more then one DAC ( data access class ).
In my case I have DAC PRPayRoll, which is joined with classes PRPayrollDetails, PRPaySlip, PRTran.
In that case it is needed to m...
Hello everybody.
Today I want to share how to deal with Acumatica error message
undefined: Cannot read property "length" of undefined.
If you face it, you need to know that some members of your DAC need attribute either PXInt or PXDbInt or something similar.
One more detail, DAC should have...
Hello everybody, who follows my blog.
Today I want to share with you some surpsise of Acumatica which taken me some time.
In one of my graphs I added CacheAttached event in order to modify way of displaying title. As outcome I got something like this:
Failed to subscribe event Graph::Table_...
Hello Everybody,
I want to share what I found here some ideas:
RULE 1: Life’s not fair. Get used to it
You could be the smartest, hardest working most noble person alive and still not get that A. Or promotion. Or the girl, whatever floats your boat. The sooner you stop expecting life to...
Hello everybody,
today I want to share trick about renaming item in grid. Suppose you want to use developed by Acumatica data access class of acumatica, which has name BAccount, and you have huge desire to rename it in column from "Account name" to "Employee Name".
You can use for such purpo...