(on behalf of )代表用户提单

(on behalf of )代表用户提单

功能 On-behalf-of ,可以使某请求人代替其它的请求人(如同部门、地点的同事)创建工单。
该功能需要在数据库中开启实现:


首先,登录数据库中执行:
update globalconfig set paramvalue='true' where parameter='ON_BEHALF_OF_USERFIELD';

如果需要限定只能代理本地点的同事创建工单的话,则需要在数据库中执行这条:
update globalconfig set paramalue='Site' where parameter like '%obo%';

然后重启SDP的服务生效,如下图所示,在请求人新建工单页面出现“代表用户”字段,可以选择代表哪个用户来提交工单。

    • Related Articles

    • 启用用户代表(On behalf of),并设置用户代表的范围

      功能 On-behalf-of ,可以使某请求人代替其它的请求人(如同部门、地点的同事)创建工单。 该功能需要在数据库中开启: 连接数据库,执行以下SQL语句: update globalconfig set paramvalue='true' where parameter='ON_BEHALF_OF_USERFIELD'; 可根据需要设置代表用户的范围,分别可以设置为部门、地点、全部用户。按需执行对应SQL进行设定: update GlobalConfig set paramvalue ...
    • 请求管理API字段详细信息表

      表 属性名 类型 details 描述 id long(Read Only) Id of this request 请求在数据库中存储的唯一标识 subject String Subject of this request 主题 description HTML Desc Description of this request 描述 short_description String A short description of this request 短描述 request_type ...