How to access/fetch field value in client script which is mapped from other table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 01:14 AM
Hi experts,
I have 3 string fields Location, Platform.Platform Type and Platform.Platform SubType on a table Platform matrix and the data is loaded through transform maps.
As per the requirement I have configured theses 3 to another custom table form view.
Platform.Platform Type is Dependent on Location,
Platform.Platform SubType is Dependent on Platform.Platform Type.
Now I need to add the choices under these 3 fields dynamically fetching values from 'Platform matrix' table, when the location is changed on the form.
How to access the fields Platform Type and Platform SubType (on client script) which are coming from another table.
Platform matrix table
Custom form:
Thanks, Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 01:38 AM
Hello @Jay N ,
You'll need a script include callable from client side,
Please check technical names because you don't provide it.
ScriptInclude :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 01:48 AM
Thanks Theo for quick response, will try your solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 02:02 AM
Tell me if it worked or the error if there's one