I’m trying to create a Custom constellation DX component in Pega 8.8 application based on cosmos react. I have created one using below steps and published into Pega environment as well.
steps followed to create Custom Text input field:
Initialized a project using command ‘npx @pega/custom-dx-components@1 init’
created a new component using ‘npm run create’ command with all necessary details given.
Authenticated with my Pega environment server with OAuth 2.0 Client registraion record details of DX-CustomComponents.
Published the component successfully with my open ruleset version.
Screenshot attached has list of components I’ve imported. I am facing problem in using the new components imported to Pega. As I have created new text input custom field, I should be able to see it while I am configuring new field on views but it is not working. Can someone help me.
Also someone can help me creating custom button in Cosmos react UI.
@Niall Riddell I am facing the same issue , I have created a component using the link you have shared. I that component is added to my ruleset but when I’m trying to use that in my view , it is not appearing in the "Display As " dropdown for a text field.
@UjasM341 did you check if the component is present in your application - when you publish a component, it should create a Rule-UI-Component rule in your ruleset. If this is showing in the displayAs dropdown, likely your component is not loaded in your application