Lets say you have added a new table "MS_EmplTable" to add your new fields to "EmplTable" and EmplId is the relation.
Checklist - Set the "joinSource" property of "MS_EmplTable" dataSource to "EmplTable". - Set the "dataSource" property of the new tabpage to "MS_EmplTable". - If you are displaying these new fields in a grid on the new tab page, Set the "dataSource" property of the new grid on the tab page to "MS_EmplTable". Tip: Check the InventTable form, when you create a record on the InventTable form(In Ax 3.0 & 4.0) it creates records in the following tables. - 1 record in InventTable - 3 records in InventTableModule(Invent, Sales, Purch) - 1 record in InventItemLoaction - 1 record in InventDim (ONLY if the dimension combination doesn't exists) Check and compare the properties. Good Luck! Regards Diwakar Atchi ________________________________ From: SUNEEL BABU <[email protected]> To: Axapta Knowledge village <[email protected]>; Development <[email protected]>; Arjit babu Ax <[email protected]>; amit bhatt AX <[email protected]>; Anitha AX <[email protected]> Sent: Wed, 4 August, 2010 10:20:12 PM Subject: [development-axapta] I got a problem with employee form Hi, I got a problem with employee form. i.e., I want to add some fields to empltable. For this "I create a new table with the required fields along with emplid". And i attach the table as a datasource in the employee form. I put the fields in a new tab page. Now i create a new record in empltable but i am unable to insert values in to my new table. The fileds are disabled in the tab page. How can i activate the fields. I tried with create method. But it does't work. Please any one send me the solution ASAP [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]

