Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4633 Переглядів

Hello,

Perhaps does someone know how to dynamically load the print widget selection. I have several reports. There may only be a specific report available to print depending on the settings of my object.

Аватар
Відмінити
Автор Найкраща відповідь

In the report XML the key2 field will handle if the print widget is on the object or not.

This will automatically set widget on to the object:

<field name="key2">client_print_multi</field>

This will leave the widget out:

<field name="key2">False</field>

To dynamically set it you could perhaps use a button which calls and object.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 15
10225
1
бер. 15
4112
0
бер. 15
3772
2
бер. 15
8824
4
січ. 24
13314