isLookup Attribute
Specifies whether a field in a SharePoint list is a lookup field.
Type
Parent Elements
field |
Contains field mapping information for each SharePoint field and the corresponding name used in Microsoft Office InfoPath 2007. |
Definition
<xsd:attribute name="isLookup" type="xsf:xdYesNo" use="optional" ></xsd:attribute>
|
The default value for the isLookup attribute is "no".
Example
The following is an example of the isLookup attribute as it is used in the field element:
<xsf:field
sharepointName="xd__x007b_D00F1DBD_..."
infopathName="Title_1" isLookup="no">
</xsf:field>
|