public string LastTransactionNo() { try { string stRetValue = String.Empty; ERPConfig clsERPConfig = new ERPConfig(base.Connection, base.Transaction); stRetValue = clsERPConfig.get_LastTransferOutNo(); return stRetValue; } catch (Exception ex) { throw base.ThrowException(ex); } }