knowledge article pre populate values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 01:52 AM
Hello team,
I have requirement to pre-populate a field and I was able to do it but client recently added few conditions and not sure what went wrong here.
Conditions : When a new record/ article is created and knowledge base is : Employee knowledge and for any article template ( standard is default and we have couple more templates ) it should pre -populate can read field. So my code is :
I gave condition as new record then checking kb_knowledge_base value if the value is 'employee knowledge' (sys id mentioned ) then new gliderecord to get all the templates and mentioned condition active true here and set the value for can read. Any changes recommended for this?