User Manual

08.14.2024

MANUAL

Developer Features: Server Script: view.OnSelectingWhere

The Japanese version of the manual is the latest.
Please also check.
## Overview This is the ["OnSelectingWhere"](manual/faq-extended-sql-selecting-where) of the "view object". It is used when dynamically specifying the ["OnSelectingWhere"](manual/faq-extended-sql-selecting-where) of the "「Extended SQL」" in the "「Server Script」". ## Supported Versions 1. Pleasanter 1.2.2.0 or later 1. Pleasanter .NET Framework version 0.50.265.0 or later ## Usage Example In the following example, the "「Extended SQL」" where Name is SelectingWhereName will be applied to users other than user ID 3. ##### JavaScript ``` if (context.UserId !== 3) { view.Filters.OnSelectingWhere = 'SelectingWhereName'; } ``` ##### JSON ``` { "Name": "SelectingWhereName", "SpecifyByName": true, "OnSelectingWhere": true, "CommandText": "([Issues].[Status]=900)" } ``` ## Related Information <div id="ManualList"> <article class="s-blog_list_unit"><h2> <h2>The specified information was not found.</h2> <p><a href="/ja/manual">Return to top</a></p> </article> </div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.