获取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));
}

浙公网安备 33010602011771号