initialcheck

Specify an initial check to run before executing and action or function.

Consider making the action/function bound if possible, in order to reuse read security in the framework. We prefer bound actions/functions over unbound as a design rule.

Syntax:

initialcheck ( none | implementation | ( InitialCheckName [ (InitialCheckParameter ( ,InitialCheckParameter )* )] ) ) ;

Unbound actions/functions should specify an initialcheck for security reasons. Values can be none (no check needed), implementation (check is done inside the implementation), or function calls, which can be of predefined type, for example UserAllowedSite, UserAllowedCompany, or custom defined, for example MyOwnCheck, which need to be backed by a plsvc method called My_Own_Check___. See documentation for more information.

InitialCheckName

Initial check name

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2025-05-28 19:48.