Need an help in employee centre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi Team -
How to add this yellow highlighted in employee
can any one please provide me the steps to add this
Kindly provide me the steps .
Thanks In Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
27m ago
Hello @nameisnani,
Looking at your screenshot, that whole yellow-highlighted block (the "Request Employee Relations support" tiles plus the "Key topics" row below it) isn't a widget you drag onto a page. It's a stock Employee Center Topic Page, and every tile on it is just content that's been connected to a Topic record in the taxonomy. Nothing to build from scratch, you just need to wire the content to the right Topic.
Here's how the two rows actually get populated, and the exact steps to add to either:
- The Topic itself: open the Content Taxonomy module (under the Employee Center Configuration app), go to Topics, and find or create the topic this page maps to (looks like "Employee Relations" or a child of it under the default Employee taxonomy).
- "Request support" tiles (Formal Discipline, Job Abandonment, Consultation in your screenshot) are driven by catalog items or record producers. Open each one in Service Catalog > Catalog Definition > Maintain Items, and on the Assigned Topics related list, click Add, pick the taxonomy, then the topic. Under the hood this just writes a record to the m2m_connected_content table linking the catalog item to the topic.
- "Key topics" tiles (How to use this portal, Employee Separation, Fitness for Duty) work the same way but for Knowledge articles: open the article, and use its Assigned Topics related list to connect it to the same topic.
- Quick Links on the right side of the page is a separate, unrelated feature, it's managed from the Quick Links related list on the Topic record itself, not from Assigned Topics.
One thing that trips people up: newly created catalog items don't show up on the topic page automatically just because they're in the right category. There's a scheduled job called "Surface New Unconnected Content of Categories" that runs weekly (Sundays, tracked via the taxonomy.category.new_content_job_last_run system property) and drops candidates into the unconnected_category_content table, but you still have to go review that list and manually connect them, it doesn't auto-publish. If you don't want to wait for the job or the manual review step, just add the Assigned Topic directly on the record as above and it'll appear immediately. This is all base Employee Center functionality too, you don't need Pro for it (Pro only adds richer Topic Page content types via Content Publishing).
References
- Employee Center content features and when to use them
- Taxonomy in Employee Center Pro
- "Surface New Unconnected Content of Categories" scheduled job details
- New Record Producers or Catalog Items not showing in the Topics in Employee Center
- Modify the Quick links widget display
Thank you,
Vikram Karety
Octigo Solutions INC