- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 08:30 AM
HI,
In my Script Include, I need to check some text from Short description field of an Incident ticket. Is there a variable I can use to extract the Short description field?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 08:33 AM
Not sure if i understand fully, but in script include you can get the short description by using
current.short_description
Or
gr.short_description //considering gr is your glide record object
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 08:32 AM
Hi,
current.shortdescription will get your text from the form.
current.name of the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 08:33 AM
Not sure if i understand fully, but in script include you can get the short description by using
current.short_description
Or
gr.short_description //considering gr is your glide record object
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 08:50 AM
current.short_description does pull the value from this field. What's the max length of short description field?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 08:55 AM