This function updates menu text given the menu id, selection number(zero if for a menu title), language preference, and the menu text^
D9800297 - Menu Text Functions
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
|---|---|---|---|---|
| szMenuidentification | MNI | char | NONE | NONE |
The menu name up to nine characters. PeopleSoft EnterpriseOne standards are:
o Menu numbers are preceded with a G prefix.
o The
| ||||
| mnMenuselection | SELN | MATH_NUMERIC | NONE | NONE |
A number that you use to determine the order of menu items and to select menu items. | ||||
| szLanguagepreference | LNGP | char | NONE | NONE |
A user defined code (01/LP) that specifies the language to use on forms and printed reports. Before you specify a language, a code for that
| ||||
| szMenutext | MNTX | char | NONE | NONE |
Contains menu titles and menu selection descriptions. | ||||
| None |
| F0083 Menu Text Override File |