Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Re: Hide a TAB in Application from selected group

From: Vasu Kiran Chilukuri (2011-07-25 20:04)

I did this in 7.1 version. You can use Conditional UI for this, TRM is the
second option..
--
Thanks,
Vasu


From: Ahmed Agroudy (2011-07-25 23:10)

Hello Wes and Vasu
@ Wes i do not know about TRM , but we have developed 5 objects in the database with relation , and three applications each one contains more than tab (unit subunit , asset , network details etc) then we force a problem in deleting so we developed a java classes
it took more than 20 days (two engineer) , can i do something like that through TRM , if u have a document or link for TRM please post it ,
@ Vasu could you please tell me the steps if ou dont mind , i have to do it today and dont have time for searching :)
Thanks
--- Mar 26/7/11, Vasu Kiran Chilukuri <vasukiranch@gmail.com> ha scritto:
Da: Vasu Kiran Chilukuri <vasukiranch@gmail.com>
Oggetto: [MAXIMO List] Re: Hide a TAB in Application from selected group
A: MAXIMO@yahoogroups.com
Data: Martedì 26 luglio 2011, 04:04


 




I did this in 7.1 version. You can use Conditional UI for this, TRM is the
second option..
--
Thanks,
Vasu









From: Brian Scott (2011-07-26 07:38)

Add a sig option to the tab in app designer, make it a new one, make it visble and give it a prereq such as delete thereby making the option only tickable if the group has delete access to your apps records. then Create a new conditional expression - e.g. :assetnum is not null. Go to security groups and on your application your sig option should be a tick box in the application tab for groups. Go to groups you want to see the tab and add in the cond expression and tick the box. This way the tab only appears when a record has assetnum filled and then only for specific groups. Another way is You could also create a cond expression which filters for specific groups then in the everyone group tick your sig option and add in this expression. Can't remember the SQL as not in office :-)
Brian Scott
Service Management Connect
07790 991064
Sent from my iPad
On 26 Jul 2011, at 07:10, Ahmed Agroudy <rabbitprozone@yahoo.com> wrote:
> Hello Wes and Vasu
>
> @ Wes i do not know about TRM , but we have developed 5 objects in the database with relation , and three applications each one contains more than tab (unit subunit , asset , network details etc) then we force a problem in deleting so we developed a java classes
> it took more than 20 days (two engineer) , can i do something like that through TRM , if u have a document or link for TRM please post it ,
>
> @ Vasu could you please tell me the steps if ou dont mind , i have to do it today and dont have time for searching :)
> Thanks
> --- Mar 26/7/11, Vasu Kiran Chilukuri <vasukiranch@gmail.com> ha scritto:
>
> Da: Vasu Kiran Chilukuri <vasukiranch@gmail.com>
> Oggetto: [MAXIMO List] Re: Hide a TAB in Application from selected group
> A: MAXIMO@yahoogroups.com
> Data: Martedì 26 luglio 2011, 04:04
>
>
>
> I did this in 7.1 version. You can use Conditional UI for this, TRM is the
>
> second option..
>
> --
>
> Thanks,
>
> Vasu
>
>
>
>
>
>


From: cathydaniels (2011-07-26 12:24)

Here is a link to IBM article with screenshots on how to use Conditional UI to hide control objects (such as a tab):
https://www-304.ibm.com/support/docview.wss?mynp=OCSS6HJK&mync=R&uid=swg21396583&myns=swgtiv
--- In MAXIMO@yahoogroups.com, Vasu Kiran Chilukuri <vasukiranch@...> wrote:
>
> I did this in 7.1 version. You can use Conditional UI for this, TRM is the
> second option..
>
> --
> Thanks,
> Vasu
>
>
>
>


From: wwilliams (2011-07-26 10:37)

Ahmed,
www.trmnet.com
 
It is an add on that really speeds up development and reduces the complexity of upgrading when you have custom classes etc.
I think it is worth the money.
Wes Williams
http://www.williamsconnell.com
From: Ahmed Agroudy <rabbitprozone@yahoo.com>
To: MAXIMO@yahoogroups.com
Sent: Tuesday, July 26, 2011 1:10 AM
Subject: R: [MAXIMO List] Re: Hide a TAB in Application from selected group
 
Hello Wes and Vasu
@ Wes i do not know about TRM , but we have developed 5 objects in the database with relation , and three applications each one contains more than tab (unit subunit , asset , network details etc) then we force a problem in deleting so we developed a java classes
it took more than 20 days (two engineer) , can i do something like that through TRM , if u have a document or link for TRM please post it ,
@ Vasu could you please tell me the steps if ou dont mind , i have to do it today and dont have time for searching :)
Thanks
--- Mar 26/7/11, Vasu Kiran Chilukuri <vasukiranch@gmail.com> ha scritto:
Da: Vasu Kiran Chilukuri <vasukiranch@gmail.com>
Oggetto: [MAXIMO List] Re: Hide a TAB in Application from selected group
A: MAXIMO@yahoogroups.com
Data: Martedì 26 luglio 2011, 04:04
 
I did this in 7.1 version. You can use Conditional UI for this, TRM is the
second option..
--
Thanks,
Vasu


From: Ahmed Agroudy (2011-07-27 03:08)

WOW thats cool , its very simple more than i though , thanks a lot its working now :)
--- Mar 26/7/11, cathydaniels <cathy.daniels@gmail.com> ha scritto:
Da: cathydaniels <cathy.daniels@gmail.com>
Oggetto: [MAXIMO List] Re: Hide a TAB in Application from selected group
A: MAXIMO@yahoogroups.com
Data: Martedì 26 luglio 2011, 15:24


 




Here is a link to IBM article with screenshots on how to use Conditional UI to hide control objects (such as a tab):
https://www-304.ibm.com/support/docview.wss?mynp=OCSS6HJK&mync=R&uid=swg21396583&myns=swgtiv
--- In MAXIMO@yahoogroups.com, Vasu Kiran Chilukuri <vasukiranch@...> wrote:
>
> I did this in 7.1 version. You can use Conditional UI for this, TRM is the
> second option..
>
> --
> Thanks,
> Vasu
>
>
>
>








From: Ahmed Agroudy (2011-07-27 03:12)

Williams
You are right , its pretty cool and yes i agree it would save alot of time in java validation , objects , Thanks
:)
--- Mar 26/7/11, wwilliams@rocketmail.com <wwilliams@rocketmail.com> ha scritto:
Da: wwilliams@rocketmail.com <wwilliams@rocketmail.com>
Oggetto: Re: R: [MAXIMO List] Re: Hide a TAB in Application from selected group
A: "MAXIMO@yahoogroups.com" <MAXIMO@yahoogroups.com>
Data: Martedì 26 luglio 2011, 20:37


 




Ahmed,
www.trmnet.com
 
It is an add on that really speeds up development and reduces the complexity of upgrading when you have custom classes etc.
I think it is worth the money.
Wes Williams
http://www.williamsconnell.com
From: Ahmed Agroudy <rabbitprozone@yahoo.com>
To: MAXIMO@yahoogroups.com
Sent: Tuesday, July 26, 2011 1:10 AM
Subject: R: [MAXIMO List] Re: Hide a TAB in Application from selected group
 
Hello Wes and Vasu
@ Wes i do not know about TRM , but we have developed 5 objects in the database with relation , and three applications each one contains more than tab (unit subunit , asset , network details etc) then we force a problem in deleting so we developed a java classes
it took more than 20 days (two engineer) , can i do something like that through TRM , if u have a document or link for TRM please post it ,
@ Vasu could you please tell me the steps if ou dont mind , i have to do it today and dont have time for searching :)
Thanks
--- Mar 26/7/11, Vasu Kiran Chilukuri <vasukiranch@gmail.com> ha scritto:
Da: Vasu Kiran Chilukuri <vasukiranch@gmail.com>
Oggetto: [MAXIMO List] Re: Hide a TAB in Application from selected group
A: MAXIMO@yahoogroups.com
Data: Martedì 26 luglio 2011, 04:04
 
I did this in 7.1 version. You can use Conditional UI for this, TRM is the
second option..
--
Thanks,
Vasu