Пример #1
0
        protected override string DoIt()
        {
            if (GetRecord_ID() == 0)
            {
                return(Msg.GetMsg(GetCtx(), "VIS_TabNotFound"));
            }

            MModuleTab mTab = new MModuleTab(GetCtx(), GetRecord_ID(), null);

            InsertORUpdateFields(mTab.GetAD_Tab_ID(), mTab);

            return("");
        }