Hello erybody,
today I want to share one important note, which took significant amount of time from me to finish.
I had page which as html output few tables. For me it was nessesary to make one page per table. In order to achieve it I've found following CSS:
<style>
...
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_...
Today I needed to get all columns of specifict table.
SQL which you can use for this purpose is the following:
SELECT COLUMN_NAME 'All_Columns' FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='Specific table'