Pages

Banner 468 x 60px

 

Monday, March 27, 2017

allowCreate in x++

0 comments
void AllowCreate(boolean _Status, boolean _StatusLine = _Status)
{
    ;
    PurchReqTable_ds.allowCreate(_Status);
    PurchReqLine_ds.allowCreate(_StatusLine);
    PurchReqLine_ds.allowEdit(_StatusLine);
}

0 comments:

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

  SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account  :  and Delete the Bank Account FINISH