QuestionQ156
Extend the user experienceYou 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.
Community Discussion