How to auto populate the select box value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 12:19 AM
Hi All,
In cutomer_contact table I have created a Business Line (Select box).
ABC
XYZ
JKL
I have created a form where I have to autopopulate the Business Line for selected contact.
Variables- Contact- Reference to customer_contact
Select Box- Option is same
ABC
XYZ
JKL
When a contact has ABC Business Line ABC then it should autopopulate as ABC including other options.
Please help in this.
Thanks,
Sam
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 12:28 AM
Hi All,
Please help.
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 01:23 AM
Hi @Samiksha2,
You can use flow or scheduled job if you have to update all the records in the table.
Try using flow for this requirement as it is easy to access dot walked fields.
If it is to be autopoulated using onChange Client Script, you would need to add a Script Include to access the reference value.
Simplest way is to use autopopulate option.
If you found my response helpful, please mark it as Solution and Helpful.
Thanks and Regards,
Ehab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 01:40 AM
Hi,
Actually this requirement is to update the contact record.
So Business Line should autopopulate and other options should come also. So that end user select the other options as well.
User has to fill the form to update the contact details.
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 01:10 AM
Hello,
Please help me.
Thanks,
Sam