Share via


Microsoft.Help.F1 Element

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

The Microsoft.Help.F1 element is an XML metadata element that specifies the ID of a Microsoft Dynamics AX Help topic.

Members

The following table lists the members of the element.

Attributes/Properties

Type

Required

Description

content

string

Yes

Specifies the ID of a Help topic.

Remarks

Use this element to associate a content element with a topic. When you press F1 from the workspace, the Help system uses the ID value to identify which content elements to retrieve. To associate a content element with more than one topic, use semi-colons to separate the ID of each topic. One of the examples that follow shows how to associate a content element to more than one topic.

You also use this element to specify a topic ID for a table of contents entry. The Help system uses the ID value to identify the content elements to retrieve when you click that entry in the table of contents. An entry in a table of contents cannot include more than a single topic ID value.

Examples

The following HTML example shows how to use a document meta element to specify a topic ID for a content element. You use meta elements to specify the metadata properties of a content element. Notice how the name and content properties of the meta element specify the Help system element and ID. Also, notice how this content element includes two topic IDs.

<meta name="Microsoft.Help.F1" content="Forms.CustTable; c3fc5774-6ed0-4760-86f5-7899e825ab25" />

The following XML example shows how to use Microsoft.Help.F1 to specify the topic ID for a table of content entry.

<Microsoft.Help.F1>c3fc5774-6ed0-4760-86f5-7899e825ab25</Microsoft.Help.F1>

See also

Description Element

DocumentSets Element

Microsoft.Help.Id Element

Microsoft.Help.Keywords Element

Ms.Locale Element

Publisher Element

SuppressedPublishers Element

TableOfContents Element

Title Element