unable to update system property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 01:15 AM
as a knowledge manager, unable to update mark helpful field.
Background is if knowledge manager is update mark helpful field as true in the knowledge article, respective article sys-id is added to the systemproperty(custom)
my issue is, knowledge manager is able to update mark helpful fiel as true but respective article sys-id is not added to the systemproperty(custom). Also poping a message "Not allowing update of property: <customepropertyname>".
But as a admin, not getting this error message.
Can someone help me why i am getting this error. Why it is stopping to add sys_id to the custom property.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 01:19 AM
how are you updating the properties ? are you using any script ?
gs.setProperty("<properties name>", current.sys_id);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 01:32 AM
yes in the same as you mentioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 01:38 AM
gs.setProperty would work if the user as access to the property table . In your case when you try as admin it works, but for Knowledge manager it doesnt.
That explains the Issue.
If you can explain the big picture on what you are doing may be you can get suggestion on a different way of achieve the same.
--Anurag

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2020 01:39 AM
can you add some screenshot ?