function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark BrusoMark Bruso 

Knowledge Validation Rule

It appears that creating Validation Rules on the Knowledge object works differently than other objects, but I can't find any documentation.  For example, I am trying to ensure the Content field is populated and the rule I wrote did catch the empty field.
AnkaiahAnkaiah (Salesforce Developers) 
Hi Mark,

As per my understanding, you need to write a valiation rule on Knowlwdge object, when uset tries to create knowledge article with out content field.

Please use the below formarula condition in the validation rule.

ISBLANK(Content__c)

If my understanding is wrong, please elobarate your question.

Thanks,
Ankaiah Bandi