211k views
5 votes
What is a declarative solution for the following scenario:

In Lightning Experience, an area that allows users to enter text with custom font and sizeshould be added to the Account record page.

1 Answer

0 votes

Final answer:

Use a Rich Text component within the Lightning App Builder to provide an area for custom font and size text entry on an Account record page in Lightning Experience.

Step-by-step explanation:

A declarative solution to adding an area where users can enter text with custom font and sizes in Lightning Experience on an Account record page can be accomplished by using a Rich Text component. This component is part of the standard Lightning App Builder and does not require coding, which is ideal for a declarative approach.

To implement this, navigate to the Account record page layout in Lightning Experience, select 'Edit Page' to access the Lightning App Builder, drag the Rich Text component onto the canvas, and configure it as needed to allow users to enter text with the desired customization options.

To add an area for users to enter text with custom font and size in Lightning Experience on the Account record page, you can use the Salesforce Lightning Component Framework to create a custom Lightning Component.

This component would include a rich-text editor that allows users to customize the font and size of the entered text. You can then add this custom component to the desired location on the Account record page layout.

User Dony
by
7.2k points