3

I have created a new custom entity called Sports Leagues. Now i am wondering how to display/ accessible this under 'Extensions' tab on workplace?

Thanks

Matt
  • 4,656
  • 1
  • 22
  • 32
Rita
  • 911
  • 4
  • 16
  • 31

3 Answers3

2

Export Site Map, look for Area with Id="Workplace". Look for the Extensions group, or add:

<Group Id="Extensions" ResourceId="Group_Extensions">
  <SubArea Id="sportsleagues" Entity="new_sportsleagues" />
</Group>

Import the SiteMap back into the system. (Settings then Customization)

John Hoven
  • 4,085
  • 2
  • 28
  • 32
2

On the screen where you customize the new entity there's a section on the General tab called 'Areas that display this entity' - check the 'Workplace' checkbox.

ABC123
  • 223
  • 1
  • 6
1

did you remember to publish the new entity? ticking the workplace box and publishing the entity should be all you need to do.

Stuart
  • 1,123
  • 8
  • 24