Pages

Monday, March 27, 2017

allowCreate in x++

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

No comments:

Post a Comment

Give me feedback.