Skip to main content
November 22, 2022
Question

How to have a custom changing header in a Record Type

  • November 22, 2022
  • 3 replies
  • 0 views

I am working on an interview application and one of the features is to edit previous questions. I was tasked with having the header display the current question and answer given when you click on the question's ID. My problem is I'm not sure how to create this type of header. Any help with the code would be great! I know it needs to be done in the views and header section of the record type but I'm not sure exactly what to put. Any help is appreciated!

3 replies

stefanhelzle0001
November 22, 2022

You cannot put any custom content in the header. It accepts a simple string only.

nickk1385Author
November 22, 2022

Oops! I must have misunderstood the exact task thank you for the help!