Tables-->InventBatch-->ValidateField
case fieldNum (InventBatch,InventBatchId):
if(strContains(this.InventBatchId," "))
{
ret = checkFailed("Empty space is not Allowed");
}
Tables-->InventBatch-->ValidateField
case fieldNum (InventBatch,InventBatchId):
if(strContains(this.InventBatchId," "))
{
ret = checkFailed("Empty space is not Allowed");
}
update_recordset with joins update_recordSet storeTransfer setting TransactionId = transfertable.TransferId join transfert...