Unable to extend knowledge article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 07:03 PM
when a knowledge article is updated with a new version then the "valid to" field value should change automatically based on article validity field value from the knowledge base. But it is not updating. Can anyone suggest on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 07:17 PM
Hi @venkateshnu,
Maybe the valid_to field has been customized?
Open its dictionary record and see if the default value has been modified, the following is what I can see in the PDI
javascript: current.kb_knowledge_base ? new global.KBCommon().getDefaultValidToDateFromCurrentDate(current.kb_knowledge_base) : '';
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 07:31 PM
Hi @James Chun,
Thanks for the reply.
The default value was not modified, its the same value as you mentioned
javascript: current.kb_knowledge_base ? new global.KBCommon().getDefaultValidToDateFromCurrentDate(current.kb_knowledge_base) : '';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 07:35 PM - edited ‎04-30-2024 07:36 PM
Can you provide some screenshots of the issue and the Knowledge base's configuration?
What did you mean by not updating? Is the field empty or something else?
Do you experience the issue when you create a new knowledge article as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2024 07:48 PM
while creating new articles the valid to field value is populating correctly based on article validity field. But while updating the existing article i am facing the issue.
is there any way to extend the valid to field value?