How to Enable “Edit as Draft” for Articles?

Spread the love

Question:

How to Enable “Edit as Draft” for Articles in Salesforce Experience Cloud?

I need assistance enabling the “Edit as Draft” functionality for Salesforce Experience Cloud users. Despite granting all necessary permissions (object, field, and data category access), the “Edit as Draft” option is still unavailable for community users.

Are there additional configurations or steps required to enable this functionality?

Keywords: Experience Cloud, Edit as Draft, Lightning Knowledge, Knowledge Articles, Permissions, Salesforce admin.

Answer:

The “Edit as Draft” functionality for articles is only visible if the “Enable Lightning Knowledge” option is activated in the Salesforce Knowledge Settings. This setting is a prerequisite for displaying the “Edit As Draft” button in both Classic and Lightning Experience Knowledge Layouts.

To enable this feature, follow these steps:

  1. Navigate to Salesforce Setup.
  2. In the Quick Find box, type Knowledge Settings and select it.
  3. Check the box for Enable Lightning Knowledge.
  4. Save the changes.

Once “Enable Lightning Knowledge” is activated, the “Edit As Draft” button will become available. This applies to articles in both Classic and Lightning Experience Knowledge layouts.

If the issue persists after enabling this setting, double-check the following configurations:

  • Ensure that the user profile has the necessary object-level and field-level permissions for the Knowledge object.
  • Confirm that the user has data category access to the relevant categories of articles.

By completing the above steps, community users in a Salesforce Experience Cloud site should have access to the “Edit as Draft” functionality for articles.

If permissions are not set correctly, ensure that users have access to the required object, field-level security, and data categories. Use the following Apex snippet to check whether a user has the required permissions programmatically:

Boolean hasPermission = Schema.sObjectType.Knowledge__kav.isAccessible();
if (!hasPermission) {
    System.debug('User does not have access to Knowledge articles.');
}

This code checks if the current user has access to the Knowledge object. If isAccessible() returns false, review the user’s profile and permission set assignments. By following these steps and verifying permissions programmatically if needed, community users will gain access to the “Edit as Draft” functionality.

Summing Up

To enable the “Edit as Draft” functionality for articles in Salesforce Experience Cloud, you must activate the Enable Lightning Knowledge setting in Salesforce Knowledge Settings. Once this option is enabled, the “Edit As Draft” button will be visible in both Classic and Lightning Experience Knowledge Layouts.

Additionally, ensure that users have the necessary object, field-level, and data category permissions to access and edit Knowledge articles. By completing these steps, community users will be able to utilize the “Edit as Draft” functionality seamlessly.

Our Salesforce training in Hyderabad is designed to provide you with a comprehensive understanding of the Salesforce platform, enabling you to build a rewarding career in one of the world’s most popular CRM solutions. We cover key areas such as Salesforce Admin, Developer, and AI modules, with a strong focus on hands-on learning through real-time projects. This practical approach ensures that you not only grasp theoretical concepts but also gain the skills needed to solve real-world business challenges. Led by experienced trainers, our course ensures you’re fully prepared for the dynamic demands of the Salesforce ecosystem.

In addition to technical training, our Salesforce training in Hyderabad offers personalized mentorship, expert certification guidance, and interview preparation to help you stand out in the competitive job market. You’ll receive detailed study materials, engage in live project work, and get one-on-one support to fine-tune your skills. Our goal is to ensure you’re not just ready for a certification exam, but are equipped with the practical, job-ready skills that employers value. Join us and take the first step towards mastering Salesforce and advancing your career.


0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
Open Chat
1
Dear Sir/Madam
How can I help you?