@SM123 - it looks like you are setting 'category' instead of 'kb_category'. Also the category value should be set to a sys_id rather than a name value. You may be running into a business rule that blocks edits to a published article which can be fixe...
@LRhodes Please try the below changes: api.controller=function($window) {
var c = this;
c.action = function(redirect) {
var link = '?id=checkvaluationstatus';
$window.location.href = link;
}
}
@will_forster You will want to modify the CSS on the widget instance for "Topic Content" 1. Navigate to Service portal > Widget instances2. Search for Widget = Topic Content 3. Within the widget instance record, in the CSS field add: .card-badge{
...
@JessicaM6884345 - I believe the issue is that you are using stringify on your return so the value in result contains the quotes. So if you were to change you if statement to the following, it should work: if(result == '"Yes"'){