Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to turn off the Default Tabs for my custom entity, and it doesn't appear to work
I have a custom tab that is working as I want, but it would look better if the default tabs were not there
The code I have is below, but it can't be that simple (because otherwise it would work)
Can someone tell me where I'm going wrong
Thanks
Nick
public IEnumerable<CustomEntityHandler> CustomEntityHandlers()
{
CustomEntityHandler handler = new CustomEntityHandler("b1f67d6a-0666-4e94-ab23-0b06fed712e1")
{
HideDefaultTabViews = true
};
return new CustomEntityHandler[] { handler };
}
Solved! Go to Solution.
