Maximo Open Forum

 View Only
  • 1.  How to edit field length in App Designer?

    Posted 02-08-2024 10:56

    Hello More Maximo Community,

    Is there a way in App Designer to edit the length of fields so that I can make them even?

    Thank you in advance,


    #Administration
    #EndUser
    #EverythingMaximo
    #WorkManagement

    ------------------------------
    Danny Richardson
    ------------------------------


  • 2.  RE: How to edit field length in App Designer?

    Posted 02-08-2024 12:31

    In Application Designer, you may be able to change the "Size" attribute in the Properties editor.  Caveat: off the top of my head, I recall there not being a Size attribute for Table Columns and for multi-part textboxes; therefore they cannot be changed via Application Designer.



    ------------------------------
    Travis Herron
    Pensacola Christian College
    ------------------------------



  • 3.  RE: How to edit field length in App Designer?

    Posted 02-12-2024 18:49

    One other caveat is that the size attribute is not recognized if you are using the iot18 skin.  (link to IBM article)



    ------------------------------
    Fred Conti
    UPS
    ------------------------------



  • 4.  RE: How to edit field length in App Designer?

    Posted 02-13-2024 08:50
    Edited by Sid Ogden 02-13-2024 08:51

    As stated by others, you cannot change the width of table columns nor either part of a multipart textbox from within Application Designer. However, you can edit the xml directly to modify table column width by adding 'width="nn" ' within the tag for the column. So, export the xml through App Designer, edit it and reimport it through App Designer. Not a direct answer, but a work around.

    This leaves multipart textboxes as an issue. The following link provides a method by which you can create your own 'zzmultiparttextbox' control. This requires an ear build to become usable, but then provides a way to independently size each part of a multipart textbox in a way similar to the work around above.

    https://www.linkedin.com/pulse/dynamic-width-fields-multiparttextbox-faisal-sayeedi

    I have used the information in the link above successfully in about 10 projects to date.



    ------------------------------
    Sid Ogden
    GDIT
    ------------------------------



  • 5.  RE: How to edit field length in App Designer?

    Posted 02-14-2024 08:49

    Hi Sid,

    Do you have used this with the iot18 skin?

    Regards



    ------------------------------
    André Cordeiro
    ------------------------------



  • 6.  RE: How to edit field length in App Designer?

    Posted 02-14-2024 09:23

    Yes, I have. Very recently as a matter of fact.

     

    If we can figure out the logistics, we can get where I can show you the result, but I'll attach a screenshot as an example. You can see below that the 1st part of the multipart textbox is much larger than the second.

     

     

    John "Sid" Ogden

    Senior Functional Analyst

    General Dynamics Information Technology

    John.Ogden@gdit.com

    334-260-3217 (Direct)

    334-279-6145 (Fax)

     






  • 7.  RE: How to edit field length in App Designer?

    Posted 02-14-2024 09:41

    Thanks "Sid",

    We'll give it a try in our DEV environment.

    By the way, after that customization do you need to change anything before you do a new build & deploy?

    Regards



    ------------------------------
    André Cordeiro
    ------------------------------



  • 8.  RE: How to edit field length in App Designer?

    Posted 02-14-2024 09:51

    Create the new control xml and place it on the server (per the link I posted previously).

    Build and deploy the ear

    Modify the application's xml and import it.

    It should work.



    ------------------------------
    Sid Ogden
    GDIT
    ------------------------------