workflow脚本js获取web.config写法说明
作者:互联网
workflow脚本js获取web.config写法说明
获取客户端应用系统编号getApplicationConfigValue(“clientID”);
var loginUserID = GetUrlJson().useroid;
var clientID = getApplicationConfigValue("clientID");
//获取当前登陆用户的已授权的资源集合
var resList = GetLicensedResources(clientID,userID,'menu',loginUserID);
var flowList = GetLicensedResources(clientID,userID,'flow',loginUserID);
var xzqList = GetLicensedResources(clientID,userID,'xzq',loginUserID);
var orgList = GetLicensedResources(clientID,userID,'org',loginUserID);
var flowinstanceList = GetLicensedResources(clientID,userID,'flowinstance',loginUserID);
获取用户表单编号getApplicationConfigValue(“userinfo_formid”);
// ‘487ac775-3d93-4e7d-8e12-96483e2c13bc-275’;
//系统管理/显示用户信息表单编号
var t_cfoid = getApplicationConfigValue('userinfo_formid');
标签:web,workflow,userID,clientID,js,getApplicationConfigValue,loginUserID,var,GetLic 来源: https://blog.csdn.net/hsg77/article/details/98957785