The workflow_state of knowledge article mismatch with the listview

Raahul2
Tera Contributor

Hi All,

I have an issue. I have brought the "Scheduled for Publish" field onto the KB Article, so that when that is selected, on that date the KB article can be auto published. When the article is approved, the stage of the article moves to schedule for published and waits till it gets published on the given date. This is working as expected on the form. However, on the list view of KB table, the same record workflow state is sent back to draft. This is the mismatch. I have run a background script to know the backend state of this record. it displayed as "Scheduled for Publish" which is as on the form, correct. But why is it not changing in the list view and its skipping on list view.

Any help would be much appreciated.

Best regards,

RB

1 ACCEPTED SOLUTION

Swapna Abburi
Mega Sage
Mega Sage

Hi @Raahul2 

Check the dictionary record and choice list of workflow field. It looks like the same choice value might have present twice for two different choices. 

View solution in original post

3 REPLIES 3

Swapna Abburi
Mega Sage
Mega Sage

Hi @Raahul2 

Check the dictionary record and choice list of workflow field. It looks like the same choice value might have present twice for two different choices. 

Rafael Batistot
Kilo Patron

Raahul2
Tera Contributor

Thanks alot Swapna, it worked