- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2016 11:20 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 12:59 AM
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
Hope it should work.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2016 11:26 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2016 11:41 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 12:59 AM
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
Hope it should work.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 01:41 AM
Thanks Syed,
Worked a treat!!!