QuestionQ156

Extend the user experience

You build solutions in a development environment and export them for testing by several departments in your organization. Power users in each department manage the testing environments.

Department-specific wording must appear at the start of all custom notifications displayed in testing environments.

You need to package the solutions so power users can customize the notification content.

Which three actions should you take, in order, inside a solution?

Drag & Drop
Create an empty environment variable named Custom Text Placeholder.
Create a configuration page in the classic solution by using a text field named Custom Text Placeholder that uses the HTML file format.
Set the default value of the text field Custom Text Placeholder to Enter custom text.
Create a function to retrieve the value from the custom text placeholder and display the notification.
Export the solution.
Create a solution component configuration named Custom Text Placeholder that uses the JSON file format.
Explanation

Dataverse environment variables are solution components for configuration values that vary by environment. A text variable can be defined in the solution, retrieved by custom notification code, and assigned a department-specific value when the solution is imported into a testing environment.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!