Virtual Company

ZippyZippy Member Posts: 14
edited 2008-09-22 in Dynamics AX
Hello all,

I have a problem with this functionality in AX 4.0 SP2. I want to create a Virtual Company between two companies which are on the same AOS that will share the following: Chart of Accounts, Financial Dimensions, Vendors, Customers and Items. For this, I’ve used the following tables:
- LedgerTable
- Dimensions
- CustTable
- CustGroup
- VendTable
- VendGroup
- LedgerTableInterval
- InventTable
- InventModelGroup
- InventDimSetup
- InventDimGroup
- InventTableModule
- Unit
- UnitConvert

What more tables should I use in order to share the InventTable properly?

With this tables, if I want to create a new item in company XXX, in company YYY does not appear. If I go in InventTable table browser of company YYY, I see the item with the DataAreaID = virtual company (ZZZ).

If someone of you worked in the past or have some knowledge about this issue, please let me know.

Thank you and have a nice day,
Zippy

Comments

  • kranthikranthi Member Posts: 72
    I THINK FOR ITEM MASTER U NEED TO CREATE A TABLE COLLECTION
    WITH FOLLOWING TBALES

    INVENTTABLE
    INVENTTABLEMODULE
    INVENTITEMLOCATION
    INVENTITEMGROUP
    INVENTMODELGROUP
    INVENTDIMGROUP
    INVENTDIMSETUP

    GO TO THE REQUIRED FORM SETUP U WANT TO SHARE BETWEEN DIFFERENT COMPANIES AND SEE THE BACK GROUD TABLES FOR THAT FORM
    AND ALSO THE MANDATORY FIELDS IN THAT FORM AND THE TABLES REQUIRED TO FILL THOSE MANDATORY FIELDS.
    AND INCLUDE ALL THE TABLES IN THE TABLE COLLECTIONS.

    I THINK IT WOULD HELP U
    Kranthi
  • BAL_AXBAL_AX Member Posts: 12
    Zippy wrote:
    Hello all,

    I have a problem with this functionality in AX 4.0 SP2. I want to create a Virtual Company between two companies which are on the same AOS that will share the following: Chart of Accounts, Financial Dimensions, Vendors, Customers and Items. For this, I’ve used the following tables:
    - LedgerTable
    - Dimensions
    - CustTable
    - CustGroup
    - VendTable
    - VendGroup
    - LedgerTableInterval
    - InventTable
    - InventModelGroup
    - InventDimSetup
    - InventDimGroup
    - InventTableModule
    - Unit
    - UnitConvert

    What more tables should I use in order to share the InventTable properly?

    With this tables, if I want to create a new item in company XXX, in company YYY does not appear. If I go in InventTable table browser of company YYY, I see the item with the DataAreaID = virtual company (ZZZ).

    If someone of you worked in the past or have some knowledge about this issue, please let me know.

    Thank you and have a nice day,
    Zippy


    After create table colection you must restart AOS. Then every new single entry in those tables have dataareaid="virtualcompany". You must copy old records from company XXX and company YYY in virtual company. :idea:
    Imposible is nothing.
Sign In or Register to comment.