Tagged Questions

0
votes
1answer
94 views

Dyanmics AX / AXAPTA .Net Business Connector - How to clear old exceptions

I'm writing a little tool to process AX transactions and have discovered that with each error, my exception output grows. It appears that each time an XppException happens all previous exceptions are ...
0
votes
2answers
403 views

AX / Axapta: Retrive Custom fields via SQL

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. They show up in AX - but in the SQL-database, they are ...
0
votes
1answer
990 views

Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework

I've been working a while with a project aiming to integrate AX with the Web. The company who delivered AX has chosen to use Business Connector (BC.net) directly on my side of the backend. I've ...