Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4828 Widoki

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.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
10567
1
mar 15
4300
0
mar 15
3965
2
mar 15
9064
4
sty 24
13552