Word limit for Multi line text variable in Record Producer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 03:27 PM
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 05:44 AM
i have the same problem that script it doesn't work in service portal
is there any solutions???

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 05:48 AM
Can your just try:
var multitextfield = g_form.getValue("your_field_name");
alert(multitextfield.length);
It should give you the size and you can adjust your logic accordingly
Best Regards
Aman Kumar
Aman Kumar
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 06:17 AM