how to dot walk string field to choice field which are on the same form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-05-2023 11:22 PM
we have a custom table for cyberark safe,where safe name is String type field and safe install status is a choice type field.
And in a catalog form we need to auto populate safe install status based on safe name given on the form.
Can someone please help me how we can i get the install status based on safe name given? since safe name is not reference field is dot walking possible in client script or business rule ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-05-2023 11:52 PM
Dot walk is not possible in string fields, but you can glide that table with safe name as query (in BR) or use GliideAjax ( in client script) and populate the install_status value
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-06-2023 12:32 AM
Thanks Raghav,
we need to auto populate install status based on safe value given which is dynamic,can you please help me what is the query i need to use on safe table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-06-2023 12:39 AM
since it is a catalog form you will need to use glideajax, you can pass the value of safe variable using newValue , your client script should be an on chage.
Raghav
MVP 2023