Pages

Banner 468 x 60px

 

Tuesday, November 21, 2017

Leave in x++

0 comments
Leave in x++ :

public boolean leave()
{
boolean ret;
ret = super();

if(SessionQty.valuestr() > remainQty.valuestr())
{
error ("Order Quantity cannot more than Remain Quantity");
ret = false;
}

else
{
  ret = true;
}

return ret;
}

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