CA Service Management

 View Only
  • 1.  Field type Integer not showing value but ID

    Posted Aug 19, 2019 09:06 AM
    Hi Team

    We have custom dropdown 1 to 10 but showing ID not the value. Field type is Integer.

    Pls advise how to fix this








    ​​​​


  • 2.  RE: Field type Integer not showing value but ID

    Broadcom Employee
    Posted Aug 19, 2019 09:24 AM
    Try to force it to use the sym on the form where it is referenced like this: z_interger.sym, then run 'pdm_webcache -H command'



    ------------------------------
    Kind Regards,
    Brian
    ------------------------------



  • 3.  RE: Field type Integer not showing value but ID

    Posted Aug 19, 2019 09:34 AM
    Hi Brian

    Thanks for you reply

    I did what you advised but when click on create new incident, the page is taking time to open and server delayed response message comes up.

    what else we can try?






  • 4.  RE: Field type Integer not showing value but ID

    Broadcom Employee
    Posted Aug 19, 2019 09:49 AM
    How many records are in that dropdown field? if more than the default (21), then set the lookup=yes.

    This will then convert the field to a lookup as and when needed...


    ------------------------------
    Kind Regards,
    Brian
    ------------------------------



  • 5.  RE: Field type Integer not showing value but ID

    Posted Aug 19, 2019 09:51 AM
    its just 10 records


  • 6.  RE: Field type Integer not showing value but ID

    Posted Apr 13, 2022 12:26 PM
    When you defined your table in Schema Designer, did you put 'sym' as your "Default Display Field (common name)"? If so, did you confirm that your wsp.mods file has a "COMMON_NAME sym;" line within the FACTORY definition for your z_number object?