AX / Axapta: Retrive Custom fields via SQL - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T08:54:14Z http://stackoverflow.com/feeds/question/293029 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/293029/ax-axapta-retrive-custom-fields-via-sql 0 AX / Axapta: Retrive Custom fields via SQL Israr Khan 2008-11-15T20:42:10Z 2009-04-11T10:50:44Z <p>I'm creating a rather "dirty" business connector of my own here, and I'm having trouble finding those "custom fields" that have been created. </p> <p>They show up in AX - but in the SQL-database, they are not mentioned at all... I have a hunch that all custom fields are stored somewhere else in the database, so that the original state of the tables does not get alterd - but where? </p> http://stackoverflow.com/questions/293029/ax-axapta-retrive-custom-fields-via-sql/621815#621815 0 Answer by AxCoder for AX / Axapta: Retrive Custom fields via SQL AxCoder 2009-03-07T13:06:26Z 2009-03-07T13:06:26Z <p>There is no such fields in Dyamics Ax, but some fields can have different name in SQL server, than in Axbecause field ids are added to end of field name in case of long field name. There is an SQLDictionary table to associate names in Ax and names in SQL</p> http://stackoverflow.com/questions/293029/ax-axapta-retrive-custom-fields-via-sql/739860#739860 0 Answer by Israr Khan for AX / Axapta: Retrive Custom fields via SQL Israr Khan 2009-04-11T10:50:44Z 2009-04-11T10:50:44Z <p>Sorry for bringing up a dead corpse, but I found out what was going on:</p> <p>The company I did this project for got two SQL-server, one is SRVSQL, and another one named SQLSRV ;) Hehe!</p> <p>So all the custom fields were stored in tables in SRVSQL, while I was connected to SQLSRV ;) </p> <p>(Blame the network admin ;) </p>