Business rule Script to get and print 3 different textbox value from question field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 12:04 AM
Business rule Script to get and print 3 different textbox value from question field
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 12:26 AM
Hi @Nandhini Sri,
Can you elaborate on the requirement? What is the value you are trying to provide from this?
Cheers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 12:54 AM
I need to get firstname, lastname, email from 3 textbox string values from the field.]
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 11:36 AM
That doesn't provide much info, but you can use something like below:
gs.addInfoMessage( current.getValue('field_name1') ); //replace the field_name with your field name
gs.addInfoMessage( current.getValue('field_name2') );