Session Parameters

Session parameters are mainly used in queries and conditions of data access restriction for the current session.

Using session parameters reduces data access time by excluding linked tables.

You can set session parameters using the properties palette.

Each parameter session has access rights defined: Get and Set. If the Set right is disabled, the session parameter can only be initialized in a common module with its Privileged property set.

Session parameters are initialized in the SessionParameterSet() event handler of the session module.

1C:Enterprise Developer's Community