Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Removing actions from Function Menu
Gabriel_Lopez
Is there an easy way to keep an action out from the function menu? For example, not allow users to view the "copy" function in any object.I want this to be done in a module, without modifying the original Livelink OSpaces.Any idea is good. Thanks to all.Alvaro
Find more posts tagged with
Comments
eLink User
Message from via eLinkWe are also thinking about something like this: it is VERY confusing on thefavorites page that you delete the original object if you choose "delete"from its function menu. A lot of users try to delete the favorite from thefavorites page using this technique... Carsten> -----Ursprungliche Nachricht-----> Von: eLink Discussion: Development Discussion> [mailto:development@elinkkc.opentext.com]> Gesendet: Montag, 11. Juni 2001 16:36> An: eLink Recipient> Betreff: Removing actions from Function Menu> > > Removing actions from Function Menu> Posted by CentrisaUser3 on 06/11/2001 10:35 AM> > Is there an easy way to keep an action out from the function > menu? For example, not allow users to view the "copy" > function in any object.> > I want this to be done in a module, without modifying the > original Livelink OSpaces.> > Any idea is good. Thanks to all.> > Alvaro > > > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
eLink User
Message from Dylan Wright via eLink1. orphan FunctionsMenu from WebNode, ( call it something different likeMyFunctionsMenu ). Set fEnabled for this orphan to FALSE.2. create a child of it called "FunctionsMenu". Within this, set the_Nodetypes script to return the subtypes you want to cover, and put your ownlogic in the _SubclassExecute to check whatever you want ( dont forget toset fEnabled to TRUE in this object ).3. to exclude actions, add the string representation of the action to theexcludeActions list in _SubclassExecute:excludeActions = {
@excludeActions
, "Copy", "Delete" }thats it!dylan> -----Original Message-----> From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of> eLink Discussion: Development Discussion> Sent: Monday, June 11, 2001 7:50 AM> To: eLink Recipient> Subject: AW Removing actions from Function Menu>>> AW Removing actions from Function Menu> Posted by eLink on 06/11/2001 10:50 AM>> Message from via eLink>> We are also thinking about something like this: it is VERY> confusing on the> favorites page that you delete the original object if you choose "delete"> from its function menu. A lot of users try to delete the favorite from the> favorites page using this technique...>> Carsten>> > -----Ursprungliche Nachricht-----> > Von: eLink Discussion: Development Discussion> > [mailto:development@elinkkc.opentext.com]> > Gesendet: Montag, 11. Juni 2001 16:36> > An: eLink Recipient> > Betreff: Removing actions from Function Menu> >> >> > Removing actions from Function Menu> > Posted by CentrisaUser3 on 06/11/2001 10:35 AM> >> > Is there an easy way to keep an action out from the function> > menu? For example, not allow users to view the "copy"> > function in any object.> >> > I want this to be done in a module, without modifying the> > original Livelink OSpaces.> >> > Any idea is good. Thanks to all.> >> > Alvaro> >> >> > [To reply to this thread, use your normal e-mail reply function.]> >> > ============================================================> >> > Discussion: Development Discussion> >
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&>
; objId=786303&objAction=view>> Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>>
; [To reply to this thread, use your normal e-mail reply function.]>> ============================================================>> Topic: Removing actions from Function Menu>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2531356&objAction=viewDiscussion
: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe