views:

32

answers:

3

Hi

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

+2  A: 

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)

benjynito
+1  A: 

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
I tried that. But i don't see that.
Rita
A: 

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

Stuart