Adding fields to the KA edit and view pages
Edit (KnowledgeBase.js)
Trying to add the following:
- CreatedBy (user)
- CreatedDate (datetime)
- LastModifiedBy (user)
- LastModifiedDate (datetime)
- The CreatedBy and LastModifiedBy fields only work when setting the data type to string. Setting it to a UserPicker results in endless load and an error. The field entitled Owner is null, however the on-screen field labelled as Owner has a data bind for "RelatesToIncident"..
- When the CreatedDate value is null, the page cannot be saved.
I'm not good with JS or CSS so I have no idea how to add the Owner (data binding "RelatesToIncident") to the top-right part of this form. Ideally, I'd like to display the name of the owner with a hyperlink for its SMTP address, if not null.
Best Answer
-
james_kleinschnitz Cireson Dev, Product Owner Advanced IT Monkey ✭✭✭This page was NOT designed to be edited OOTB or does it work like other WI forms. Any customizations here would not be supported.5
Answers