- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2023 02:02 AM - edited ‎04-05-2023 02:09 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2023 05:53 AM
Hi,
Unfortunately that is not possible. All you can do is use showFieldMsg() instead in a Client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2023 05:53 AM
Hi,
Unfortunately that is not possible. All you can do is use showFieldMsg() instead in a Client script.