Autopopulate Reference Field for catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:14 PM
Hello all,
I'm trying to auto populate a reference field to a form for a catalog item. When using the auto populate feature it works but it doesn't translate over to the field in a report so i'm trying to figure out how to get this done in a catalog client script.
I need field (call center) reference field to auto populate based on selected ship to user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 12:44 PM
Hi @UnoZ06 ,
Autopopulate field always refer to other field on the form and if the current field also a reference type, it will not show the data in proper way, you might need to correct dot walking till display name of that field which need auto populate.
In case, it didn't help much then share the screen shot of both fields with relationship details.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 01:46 PM
The problem is the data isn’t showing up at all. It’ll show once the form is submitted but when you build a report for the fields there is no data. So I’m trying to script it instead of using that feature.