- 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 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 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 07:05 AM
I have only one problem. the records that shown have limit.
THE SYSTEM ONLY SHOWS 250 RECORDS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 07:10 AM
and also seems like that there is a filter in some way or another !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 07:32 AM
Definitely that's filter restricting it , try to remove the filter for validation and see if it is showing all the data. I am just suggesting for troubleshooting perspective.
Thanks,
Harsh
