The data displayed in the Information Pane is based on an XML file that is constructed each time a row is selected in the card or transaction list. Several functions are provided that you will use to build this XML file.
If you are adding content to the Information Pane for your own list, you will use one of the procedures provided for the list. For card lists, this is described in Information Pane. For transaction lists, this is describe in Information Pane.
If you are adding content to the Information Pane for an existing Microsoft Dynamics GP list, you will register triggers for the form procedures that define the various portions of the Information Pane content. The trigger processing procedures will add the content for the specific item selected in the list. The following table lists the form-level procedures that are defined for each type of list to create the Information Pane content.
Procedure |
Description |
Card List |
Trx List |
---|---|---|---|
XML_CreateHeaderSection |
Adds items to the three-column Information Pane header. |
X |
X |
XML_CreateLineColumnHeaders |
Adds columns to the end of the line items list in the Information Pane. |
|
X |
XML_AddLineItem |
Adds data values to the end of the current line item in the Information Pane. |
|
X |