Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to show published AND draft articles in KB search (\$knowledge.do, kb_find.do) ?

Heiko Bllr
Tera Guru

I have a requirement to show certain articles with workflow_state = draft in a knowledge search ($knowledge.do or kb_find.do)

It seems the basic search condition (valid_to>=today, state=published) is hard coded. Or can this be changed somewhere?

The only idea I can come up with is to set the workflow_state to published wherever I need it and use a custom u_state field to manage my KM process.

Any other clues?

Thanks,

Heiko

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

There is a property under Knowledge > Administration > Property that you can try and check:


Screen Shot 2016-10-11 at 8.30.44 AM.png


View solution in original post

2 REPLIES 2

Michael Fry1
Kilo Patron

There is a property under Knowledge > Administration > Property that you can try and check:


Screen Shot 2016-10-11 at 8.30.44 AM.png


Thanks Michael, I must have overlooked this one. Will try it out.


Heiko