diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-02-03 22:19:13 -0600 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-02-03 22:20:39 -0600 |
commit | 633ca08b978e5c9fa061d24ee2a2f78918e218de (patch) | |
tree | 6d0ef70174bb8e8be2c25ed2b8eb77e49ce767b5 /httemplate/search/elements | |
parent | 560af69840e7e3fcebf65d5d56ca4efc0851efec (diff) |
RT# 73422 Agent virt update for report Customer Contacts
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r-- | httemplate/search/elements/search.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 5762afbe5..18b4c0ec5 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -119,7 +119,11 @@ Example: #(query needs to be a qsearch hashref and # header & fields need to be defined) - #handling agent virtualization + # Agent Virtualization parameters: + # In this context, only available if your selected table has agentnum. + # You must also include agentnum as a SELECT column in your SQL query, + # or experience non-obvious problems + # 'agent_virt' => 1, # set true if this search should be # agent-virtualized 'agent_null' => 1, # set true to view global records always |