Dot walk in lookup select box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2015 11:49 AM
HI,
I am tyring to make a lookup select box referencing to a table. Can I dot walk to any other column in the table using the script with this lookup selectbox ?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2015 12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2015 12:08 PM
I am trying to something like this:
current.variable_pool.field_name.another_field. This will work it the field_name is a reference type variable, but my question is can we do It with lookup select box type variable.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2015 04:25 PM
You cannot dot.walk with a Lookup Select Box like you can with a Reference variable. You will need to do a GlideRecord on the Appropriate table and lookup the desired record. Once you find the object record you can dotwalk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2015 11:20 AM
answered