Skip to content

Commit

Permalink
[custom-pages] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annProg committed Apr 28, 2017
1 parent 19b1c57 commit 687e4d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
| 工单创建(对象创建时) |SELECT UserRequest WHERE title LIKE '服务器登录权限申请-Server IDs%'| SCRIPT_NAME=accountRequest_create.php ID=$this->ref$ |
| 工单重开(进入一个状态时)| 过滤条件同上, 状态为 new | 同上 |
| 工单完成(进入一个状态时)| 过滤条件同上, 状态为 resolved | SCRIPT_NAME=update_accounts.php ID=$this->ref$ |
| use_pam更新(对象更新时)|tracked attributes: use_pam |SCRIPT_NAME=update_accounts_fromLnk.php ID=$this->id$|
| Server lnkContact新增(对象创建时)| SELECT lnkContactToFunctionalCI WHERE functionalci_id_finalclass_recall='Server'|SCRIPT_NAME=update_accounts_fromLnk.php ID=$this->functionalci_id$ |
| Server lnkContact删除(对象删除时)|同上|同上|

0 comments on commit 687e4d0

Please sign in to comment.