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
18 hours ago
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.