void modifiedRecord()
{
;
//in not equal, update user or manager update field
if(!(MIOSQTable.orig().equal(MIOSQTable)) || !(MIOSQVendReply.orig().equal(MIOSQVendReply)))
{
if(isUser)
MIOSQTable.UserUpdate = NoYes::Yes;
if(isManager)
MIOSQTable.ManagerUpdate = NoYes::Yes;
}
}