When we choose any vertical field values from the site form, it will replicate same field values in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 02:20 AM
Hi,
When we choose any vertical field values from the site form, it will replicate same field values in incident form.
Can you please help me on this. It will help.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 04:30 AM
Hello @mania
You can populate the field values from another form on the basis of reference field.
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 05:56 AM
Hello @mania ,
You can use an onChange client script to retrieve the vertical value from the account field using glideajax and based on the response , set the corresponding vertical field on the incident table.
Please mark my solution as Accept, If it helped you.