python插件,用户超时不退出的调整方案原创
金蝶云社区-稻穗
稻穗
39人赞赏了该文章 486次浏览 未经作者许可,禁止转载编辑于2023年05月23日 11:34:43

在社区看到一个好贴,可以通过python插件来保持用户登陆状态,但是阅读量不大,转载一下。

测试过可以正常使用。

image.png


from Kingdee.BOS.Core import *
from Kingdee.BOS.JSON import *

def AfterBindData(e):
    custarg = JSONObject()
    ViewUtils.FireClientCustomEvents(this.View, 'FAlwayAlive''XXX.XXX.XXX.AlwayAlive'60000, custarg)
    
    
def CustomEvents(e):
    if(e.EventName=='XXX.XXX.XXX.AlwayAlive'):
        custarg = JSONObject()
        ViewUtils.FireClientCustomEvents(this.View, 'FAlwayAlive''XXX.XXX.XXX.AlwayAlive'60000, custarg)


原文链接:https://vip.kingdee.com/article/180262470525447936?productLineId=1

图标赞 39
39人点赞
还没有人点赞,快来当第一个点赞的人吧!
图标打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!