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');
上一篇:SpringBoot连接MQTT服务器时因ClintID重复导致频繁掉线重连


下一篇:更新Android oAuth2客户端ID的SHA-1指纹时出现重复指纹错误