Pages

Banner 468 x 60px

 

Tuesday, November 21, 2017

Cara membuat Table Inheritance di Dynamics AX

0 comments
Cara membuat Table Inheritance di Dynamics AX :
Buat Tabel Utama, buat field sebagai relasinya yaitu “InstanceRelationType”.
Buat table Anak, extends ke table utama
static void Job1(Args _args)
{
        BaseTable   BT;
        ChildTable  CT;
        ;
       
        CT.Id   ='123';
        CT.Name ='adityo';
        CT.insert();
} 
Buat jobs sebagai contoh
Lihat hasilnya di table anak.


0 comments:

A financial dimension value is based on the LAND-00013 record and has been used on a transaction. You cannot delete the LAND-00013 record AX 2012

 A financial dimension value is based on the LAND-00013 record and has been used on a  transaction. You cannot delete the LAND-00013 record ...