Salesforce

MnuName (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

MnuName (Magic xpa 2.x)

Sets the menu entry text of a selected menu.

Syntax:

MnuName(entry name,entry text)

Parameters:

entry name: The entry name of a specific menu entry as defined in the Menu repository.

entry text: The new text that replaces the menu entry's existing text.

Returns:

Boolean – A True value is returned if a menu entry with the given entry name is found. If not, a False value is returned.

Example:

MnuName ('entity_list', '&Customer list')

  1. Customer list is the text assigned to the menu entry

  2. The first letter is an accelerator as indicated by the ampersand (&), which precedes it.

  3. Entity_list is the type of menu entry.

Platform specific:

This function is not supported for mobile devices.

See also:

The Online and Rich Client Samples projects (program MN07 and RMN07)

Reference
Attachment 
Attachment