Pages

Banner 468 x 60px

 

Wednesday, November 22, 2017

Update design and validation allowedit field using x++

0 comments
Update design and validation allowedit field using x++ :

void updateDesign()
 {
            FormDataObject  fldItemName;
            ;

            if(GG_FPJVoucher::Find(GG_FPJTable.FPJVoucherId).bit_batal == Noyes::Yes)
            {
                GG_FPJTable_FPJVoucherId.allowEdit(false);
            }

            if(GG_FPJVoucher::Find(GG_FPJTable.FPJVoucherId).bit_batal == Noyes::No)
            {
                GG_FPJTable_FPJVoucherid.allowEdit(true);
            }

 }

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 ...