logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
narsimhak  
#1 Posted : Thursday, January 17, 2019 2:30:21 AM(UTC)
Rank: Administration
narsimhak
Groups: Registered, Administrators

Posts: 8
Location: Hyderabad

Currently, OfficeClip does not provide hiding custom application (for which the application id  > 100). 

A workaround for the above issue, we can set the custom application number to an un-used OfficeClip application id (say: Alert application (id: 15) application), and block that application in the role application block section.

If you are adding the custom application in left bar and using Alert application (id 15), then you can add the below code in appmenus.xml inside any one of the

<Leftbar> ... </Leftbar> tags as below

Code:
<Leftbar>
...
...
<LeftbarItem appId="15"                         
               name="{Replace with your application name}"
                    url="{Replace with url you want to redirect}"
                    fontIconCss="icon-oc-document leftBarIcon"/>
...
...
</Leftbar>

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.