How to auto populate Single Line Text fields on a catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 11:55 AM
I have a process owner who is requesting some "quality of life" improvements to an existing catalog item and I'm trying my best to figure out how to accomplish what is being asked.
On this particular catalog item, they want to implement a drop-down box (Select Box) of locations, and depending on what option is chosen, it would auto-populate address information into single-line text fields.
I've been scouring through past discussions that don't quite fit my exact situation, so any information you can give me would be great!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 12:11 PM
Hi,
Try this in record producer script.
current.u_text = producer.u_choice;
Thanks,
Anoja