- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 04:31 AM
Hello, I created a UI action that create new contact.
I used g modal for pop up and I'm trying to add refence filed but with no luck showing values.
the UI action is in global and I tried also in customer service app.
as you can see that the reference filed is created but with no values.
what the problem could be ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 05:37 AM
@eyal abu hamad Change the name attribute value.
From
name: 'customer account',
to
name: 'account',
Give a try, I think it should work after this.
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 06:38 AM
Hi,
Please check the name you are giving 'customer account' ..
It may be 'customer_account' ..please check once
If type is reference:
then name should be the reference field on the current record being used to search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2024 11:22 PM
didn't find anything that help. still the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2025 06:25 AM
Hey eyal,
Did you manage to have this working?
I'm trying to implement something very similar (an assignment group picker in modal).
The field displaus correctly on my modal, if I pass it a value from g_form, I get a preview from the correct group, but I can't quite get the dropdown to load other groups to select.
Here's a screenshot of my current code and the result I get.
I'd be very grateful if you have any indication on what I'm doing wrong.
