Why isn't my custom component appearing in UI Builder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 03:09 AM - edited 02-20-2025 03:10 AM
Hello community hope you doing well.
I just finished working on sample component using the snc ui framework everything went well from installation to deploying.
Note : Am using PDI
And here's my now-ui.json
As you can see, the component is well deployed. i did also check the tables containing the component and the exists there. Here is an example
Thank you for your effort and time.
I really appreciate if you make this post helpful so it can appear to others in the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2025 06:04 AM
My issue was that when you do createCustomElement the registered web component must be prefixed with the vendor code for the instance.
Example: 'x-' concatenated with the 'glide.appcreator.company.code property'.
Try to use --force when deploying, but basically sky is the limit when it comes to issues in that entire framework.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 06:18 AM
My solution was to not use @Servicenow/library-translate
Somehow when i removed the package and usage, the components worked fine.
To be able use the component in my portal widget, I also had to do some tweaks with the lazy loading of uxf (onDemandComponent)
Seems to work now
