I've been making some progress on creating breadcrumbs for the CMS interface.
We're developing a catalog and want to show the end user where they are in relation to the Home page
I've got it so the category name and parent category name appear where you'd expect a breadcrumb to appear on a website (sorry, self hosted env't, can't provide screen shots).
I am modifying the following UI Page: com.glideapp.servicecatalog_category_view
Here's my code:
<g2:evaluate var="jvar_parent expression=" jvar_parent=''; catGr=new GlideRecord('sc_category');