New menu changes in PD

WhiteWizard

Member
My CFO has made some menu changes directly in PD on a Fat client. However, they are not showing up in the webclient. I have searched for solutions to no avail. Does anyone have any ideas on how I can get this to show up? I have done a full build and have cleared the menu cache already. Thanks in advance.
 
Hi Shawn,

CIO, manager, or business user should make their menu changes on a DEV system first as this can possibly impact other users accessing the system or accidentally remove menu items that are critical.

On the database, check the control tables to confirm the changes are there. Usually menu items are stored in the F9000 table.

SELECT * FROM F9000
WHERE TMTASKNM = 'TASKID'

Hope this helps, Good Luck!
 
Back
Top