HI, I need help with Default Navigation/ Navigation Menu setup. I am selecting a Type: "Site Page" and selecting one of the Salesforce Object pages I created: "Project List". It then gives me the URL: /proj/:objectApiName/:filterName and says to replace the parameters with the URL of the page. So I grab the API name of the Project object and API name of the List View to get: /proj/pse__Proj__c/Projects_List . Now it allows me to save the menu, but when I click on the menu in Preview mode, I get "Page not available" message. What am I doing wrong here?
(I checked that I can see Projects List by adding a Record List component on the Home page and using the same Filter/List view to display).
5 comentários
You can add any filter, just get the filter Id value from the list views of the record. Hope this helps you.