Form has title from field instead of Record Number

mattsaario
Giga Contributor

Currently developing a Custom Application and somehow have set the Postal Address Suburb as the Form Title. No matter what you select in the Suburb field, and save it, the form title is set as that instead of the record number. Have gone through all the client, UI scripts and UI actions but can't work out where it's happening.

form_with_address_as_title.png

1 ACCEPTED SOLUTION

Hey Matthew,



Cool.   Try this and let me know your issue is solved or not.



1) First I believe you have number field in that custom table (Example: tablename(u_testtablename) and field name as (u_number)).


2)Now navigate to your custom table   and select   the number field   and Set Display as true. (Note: you can keep only one field as Display true in a table)


3)Now save and create the new request



Untitled.png



Hope it should work.



Thanks


View solution in original post

4 REPLIES 4

syedfarhan
Kilo Sage

HI Matthew,



If I'm not wrong.



Pls navigate to System Definition > Number Maintenance. Select your custom table give the prefix , Number and No.of,Digits.



The current number format for a table, including the prefix (such as INC for incidents or CHG for changes), is stored in a record on the Number [sys_number] table.



Thanks


Hi Syed,



Thanks for the suggestion. I've navigated to there and it already has a number prefix (HRREQ) for the custom table. I've updated to double check it.



I've created a new request and its still show the Postal Suburb as the form title.





Matt


Hey Matthew,



Cool.   Try this and let me know your issue is solved or not.



1) First I believe you have number field in that custom table (Example: tablename(u_testtablename) and field name as (u_number)).


2)Now navigate to your custom table   and select   the number field   and Set Display as true. (Note: you can keep only one field as Display true in a table)


3)Now save and create the new request



Untitled.png



Hope it should work.



Thanks


mattsaario
Giga Contributor

Thanks Syed,



Worked a treat!!!