My user sees "No Score" in my single score, no content in Repeater
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 02:56 PM
I have several single scores on my page. They are all Transforms. Each shows just a number. My test user sees "No Score" in these.
What I see:
What my user sees:
This user has the admin role in dev, and console access. If I take the script behind one of these transforms, impersonate him and go run that script at the console, it produces the expected output. This user has the role associated with the application. So it feels like the output from the transform is not making it into the UI, somehow.
There is also a Repeater, also hooked up to a transform, that shows no rows when opened by this user.
What else should I look at?
- Labels:
-
UI Builder : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 04:06 AM
Debug the script which is setting the values for this single score. Check what are you getting in console.log(<yourValues>) for that particular user.