Our support engineers have assembled the top recommended solutions for you.
Microsoft Dynamics AX 2012CRM Connector in Microsoft Dynamics AX 2012Financials Management in Microsoft Dynamics AX 2012Upgrading to Microsoft Dynamics AX 2012
Microsoft Dynamics AX 2009
Application Object Server (AOS)
Enterprise Portal and Role Centers
Inventory Costing in Microsoft Dynamics AX 2009
Invoice Settlements/Discounts/Reversals
SSRS and SSAS Integration
Workflow
On Dynamics AX 2009, there are situations which a table is declared as virtual table.
This is done by the menu : Administration -> Setup -> Virtual companies account.
On table collection, I declare a table collection which the table is within it.
I want to identify by X++ code, whether the table is in the collection.
Thanks :)
Every table has a DataAreaId field, which indicates the virtual company ID. You wouldn't even have to retrieve a record, just declare the table and check its dataareaid at runtime.
Dynamics AX MVP | My Blog | Sikich | Twitter @JorisdG