• Kris Ryan
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Hi,
I am having trouble with the Trailhead project Build a Community with Knowledge and Chat, specfically the Enable and Configure Lightning Knowledge. The badge says to create a Knowledge Record Type of 'FAQ'. I do not see anywhere, where you can create a Record Type for the Knowledge Object.

There are Knowledge Article types, which have the fields that are displayed in the example. But there is no way to create a Record Type for them.

I can create Record Types for the Linked Articles, which I did, but when I verify this step, the error message comes back and says:
Challenge Not yet complete... here's what's wrong: 
Could not find a Knowledge recordtype named 'FAQ'.

Am I doing this correctly or are there issues with this Trail due to Summer '17? It's a brand new badge, so it must be me.

Thanks!
Has anyone created a Conga List View button for Lightning? We are converting over to Lightning and I am looking for some example code to use in order to create a list view button to send emails to the selected Contacts.

Any suggestions or examples?
Hi,
I am having trouble with the Trailhead project Build a Community with Knowledge and Chat, specfically the Enable and Configure Lightning Knowledge. The badge says to create a Knowledge Record Type of 'FAQ'. I do not see anywhere, where you can create a Record Type for the Knowledge Object.

There are Knowledge Article types, which have the fields that are displayed in the example. But there is no way to create a Record Type for them.

I can create Record Types for the Linked Articles, which I did, but when I verify this step, the error message comes back and says:
Challenge Not yet complete... here's what's wrong: 
Could not find a Knowledge recordtype named 'FAQ'.

Am I doing this correctly or are there issues with this Trail due to Summer '17? It's a brand new badge, so it must be me.

Thanks!
Has anyone created a Conga List View button for Lightning? We are converting over to Lightning and I am looking for some example code to use in order to create a list view button to send emails to the selected Contacts.

Any suggestions or examples?
The validation rule should be on the Case object.
The validation rule should be named 'Mark_as_Escalated'.
The validation rule should fire if someone tries to set a case as escalated and it is closed, closed when created, or does not have a priority of High.
The validation rule should display the error message 'You can only set a case as escalated if it is high priority and not closed' under the Escalated field when triggered.
Add the 'Escalated' field to the Case page layout.

In the past I was able to use the pn, pc and pv parameters on report URL's to dynamically add filters via the URL. That functionality stopped working recently and I can't seem to get it to work at all anymore.

For example, this URL works but only because I have the field saved as the first filter: /00O5000000328yO?pv0=031

However, if I try to change the first parameter using pc0= all the filters are removed when the report runs: /00O5000000328yO?pc0=00N500000029a7k&pn0=eq&pv0=031. I tried using the field name as well as both the 15 and 18 character versions of the field ID. Same results. In the past I was able to pass in the 15 character field ID as the pc0 parameter.

Is there a way to do this any more?

 


 

Best Regards,

 

Mike