How to auto populate Single Line Text fields on a catalog item

Michael Orr
Kilo Contributor

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! 

1 REPLY 1

Anoja
Mega Sage

Hi,

Try this in record producer script.

current.u_text = producer.u_choice;

 

Thanks,

Anoja