Forum Discussion
Tim_h
10 years agoBoss
Hey Quelyn ,
You sure can.
The TKB template page reads in values from the URL.
http://{CommunityURl}/t5/tkb/articleeditorpage/tkb-id/{TKB ID String}/message-uid/{ID number for message to draft from}/template-id/freeform
That URL will start a new TKB in a specified TKB, feeding off the message ID and using the freeform template.
Just create yourself a custom component using that structure and generate a link direct to the page.
If you want to start from scratch you can drop the message UID completely like this:
http://{CommunityURl}/t5/tkb/articleeditorpage/tkb-id/{TKB ID String}/template-id/freeform
Piece of cake :)
Tim
Related Content
- 11 months ago
- 9 years agoInactive User