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.



Increase display space for assetnum field in Asset App

From: aravind (2011-11-22 21:36)

For Maximo 6, I need to increase the display length of assetnum field in Asset's list tab and all other tabs in the Asset application. I know modifying the fieldsizegroups.jsp would affect all the fields so looking for some other options.
Thanks,
Sam


From: planschd (2011-11-22 23:16)

I saw a client add a new field to the screen. Place desired "display width" on this new field. And then figure out a way to get assetnum copied to new field.
Their example was for GLaccount.


Sent on the Sprint� Now Network from my BlackBerry�

-----Original Message-----
From: "aravind" <sujai.s@tcs.com>
Sender: MAXIMO@yahoogroups.com
Date: Tue, 22 Nov 2011 21:36:39
To: <MAXIMO@yahoogroups.com>
Reply-To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Increase display space for assetnum field in Asset App

For Maximo 6, I need to increase the display length of assetnum field in Asset's list tab and all other tabs in the Asset application. I know modifying the fieldsizegroups.jsp would affect all the fields so looking for some other options.

Thanks,
Sam



From: Raf Van Camp | GMAIL (2011-11-29 17:03)

Hi Sam,
you can override the settings in fieldsizegroups.jsp by adding
usefieldsizegroup="false" to the line in the application xml.
e.g.
<tablecol dataattribute="assetnum" filterable="false"
id="results_showlist_tablebody_1" mxevent="toggleselectrow"
mxevent_desc="Select Row {0}" sortable="false" type="event" *
usefieldsizegroup="false"*/>
Maximo will then display all characters.
Regards,
Raf
2011/11/22 aravind <sujai.s@tcs.com>
> **
>
>
> For Maximo 6, I need to increase the display length of assetnum field in
> Asset's list tab and all other tabs in the Asset application. I know
> modifying the fieldsizegroups.jsp would affect all the fields so looking
> for some other options.
>
> Thanks,
> Sam
>
>
>
--
Kind regards,
Raf Van Camp
Maximo Consultant


From: Praveen M (2011-11-29 11:57)

One option could be - Ues a multi line text box with
rows =1
and
width = with what ever is required.
On Tue, Nov 22, 2011 at 1:36 PM, aravind <sujai.s@tcs.com> wrote:
> **
>
>
> For Maximo 6, I need to increase the display length of assetnum field in
> Asset's list tab and all other tabs in the Asset application. I know
> modifying the fieldsizegroups.jsp would affect all the fields so looking
> for some other options.
>
> Thanks,
> Sam
>
>
>