Book Contents

Book Index

List of expert mode parameters

Parameter

Description

LABS_CHROMIUMTAB

View a web page in IS K2 in the Chromium browser.

Book Contents

Book Index

Parameter LABS_CHROMIUMTAB

Without using this parameter, the web page in the IS K2 system is displayed in the Internet Explorer browser. If the parameter LABS_CHROMIUMTAB = 1 is set in the k2.ini file, the web page will be displayed directly in the IS K2 program in the Chromium browser.

For information on how to set a web page to the Favorites tab in the IS K2 system, see the documentation Basic description of screens - Working with icons.

You can also copy a webpage to your Favorites tab by copying the text below:

<object class="TBShortcutToWebBrowser">
<Caption>Webovástránka</Caption>
<GlyphId>ui*element.webbrowser</GlyphId>
<TreeGlyphId>stdico*t00050</TreeGlyphId>
<Element class="TBElementWebBrowser">
<IDU>{2E9469AF-858B-44D9-A3EE-837FAE4A0354}</IDU>
<Url>www.idnes.cz</Url>
</Element>
</object>

This copied text is then pasted into the Favorites tab with the right mouse button or the Ctrl + V keys.

Enter your desired website in the <Url> www.idnes.cz </Url> section.

Parametr LABS_GROSSPRICEFROMPRICELIST

If it is set to 1, then the exact gross amount from the price list is added to the sales item and the net amount on the item is calculated using the tax rate. This way, there is no situation where, thanks to the conversion to the net price and possible rounding, the total gross amount of the item with extra pennies is displayed.

Parametr LABS_USEUFFILTERINPUTS

Option to turn on manual filter inputs in universal forms. Web K2 will always have universal forms. These are manual inputs prior to running the filter.

Parametr LABS_USEOWNLANGUAGEONAS

The parameter suppresses language acquisition from the AS user. If the web K2 logs in with a different set language, it will already run in its own language.

Parametr LABS_OPTIMISTICLOCKING

Turns on optimistic locking instead of pessimistic locking.

Parametr LABS_OPTIMALIZATION_WS_LOAD

The GetDataObject and GetDataObjectList methods can retrieve data even from level 1 bindings with a single query requested by the user.

Values:

0 - The default behavior is the same as in earlier versions, i.e. there is no optimization and SQL queries are read sequentially.

1 - This is a safe way to use read bindings as all physical fields are read from a given binding and the problems described below should not occur.

2 - This is the most optimal loading, only the listed fields according to the Fields item are loaded. In this state, however, there may be a situation where, for example, enumeration of the right or CF field causes an error of the field not being loaded.