How to change the help text of a variable in a client Script?

Nico Kampf
Tera Expert

Hello,

is there a way to change the help_text of a variable in a Catalog Item in a catalog client script?
The background is that I have a variable set for several catalog items. In one of these catalog items the help_text of a variable must be adjusted, best via a catalog client script (on_load).

I already tried it with a dot-walk like this:

g_form.setValue('variable.help_text', 'new text');

but that didn't work.

1 ACCEPTED SOLUTION

Mehta
Kilo Sage
Kilo Sage

Hi,

Unfortunately that is not possible. All you can do is use showFieldMsg() instead in a Client script.

View solution in original post

1 REPLY 1

Mehta
Kilo Sage
Kilo Sage

Hi,

Unfortunately that is not possible. All you can do is use showFieldMsg() instead in a Client script.