Question
Evoke
IN
Last activity: 8 May 2024 14:54 EDT
Constellation Custom DX component in Pega #Constellation #CosmosReact #CustomDXComponent
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: 1. Initialized a project using command 'npx @pega/custom-dx-components@1 init' 2. created a new component using 'npm run create' command with all necessary details given. 3. Authenticated with my Pega environment server with OAuth 2.0 Client registraion record details of DX-CustomComponents. 4. 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.
I have followed below url for reference.
https://docs-previous.pega.com/cosmos-dx-components-cosmos-react/87/initializing-project