A Fluent UI control that seamlessly integrates with the Dynamics 365 (D365) appearance, allowing users to create tags from comma-separated text input. The control will dynamically adapt to the environment's color scheme, ensuring a consistent and cohesive user experience.
To use this control, you can add the custom control to a SingleLine.Text field.
Once the control is added, you can configure the following properties:
| Property | Description |
|---|---|
| Tag Limit | Specifies the maximum number of tags that can be assigned to a record |
| Tag Background Color | Sets the background color for the tag container |
| Tag Delimiter | Determines the character or symbol used to separate individual tags within the data |
In order to deploy to your environment you'll need to run this commands:
pac auth create --url https://xyz.crm.dynamics.com
2. If you have previously created an authentication profile, you can view all the existing profiles using the pac auth list command
pac auth list
3. To switch between the previously created authentication profiles, use the pac auth select command:
pac auth select --index <index of the active profile>
pac pcf push -pp <your publisher prefix>