获取Class和Form等的最后修改人

static void modifiedByAndTime(Args _args)
{
    UtilIdElements  lUtilIdElements;
    ;
    select lUtilIdElements
    where lUtilIdElements.recordType == UtilElementType::Table &&
          lUtilIdElements.utilLevel  == UtilEntryLevel::usr           &&
          lUtilIdElements.name == "KY_PackageTable";
    info(lUtilIdElements.modifiedBy);
    info(dateTime2str(lUtilIdElements.modifiedDateTime));
}

posted @ 2012-04-23 11:36  K小子  阅读(166)  评论(0)    收藏  举报