SharePoint-Field Type Definition

Source: Internet
Author: User

Linktitle type: Generally, the title column is retained. Note that the ID of this column is fixed.

<Field ID = "{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" type = "text" displayname = "key" name = "title" staticname = "title" required = "true" indexed = "true" enforceuniquevalues = "true"/>
<Field ID = "{82642ec8-ef9b-478f-acf9-31f7d45fbc31}" type = "computed" displayname = "key" name = "linktitle" staticname = "linktitle" readonly = "true" indexed = "true "/>
Custom linktitle Column:

<Field name = "sirs_country" displayname = "country" type = "text" required = "true" maxlength = "100"

Indexed = "true" staticname = "sirs_country" group = "astrazeneca_ssi"
Linktoitemallowed = "Allowed" listitemmenuallowed = "Allowed" linktoitem = "true" listitemmenu = "true"
Enforceuniquevalues = "true"
Id = "{8a98b00a-c94a-4ddf-94d0-b2f42b21553f}"/>

Lookup field type:

<Field ID = "{f41020f1-67ba-49c7-a246-05793104f329}" type = "lookup" list = "lists/keyword" showfield = "title" displayname = "GC envelopes" name = "erouting_kitorders_gcenvelopes" group =" worldvision_erouting "/>

Radiobutton field type;
<Field ID = "{f41020f1-67ba-49c7-a246-05793104f319}" format = "radiobuttons" type = "choice" displayname = "kit required" name = "erouting_kitorders_kitrequired" group = "worldvision_erouting">
<Choices>
<Choice> Yes </choice>
<Choice> NO </choice>
</Choices>
<Mappings>
<Mapping value = "1"> Yes </mapping>
<Mapping value = "2"> NO </mapping>
</Mappings>
<Default> NO </default>
</Field>

Choice Field Type

<Field ID = "{region}" type = "choice" displayname = "disabled" name = "erouting_configuration_disabled" group = "worldvision_erouting" format = "radiobuttons">
<Choices>
<Choice> Yes </choice>
<Choice> NO </choice>
</Choices>
<Mappings>
<Mapping value = "1"> Yes </mapping>
<Mapping value = "2"> NO </mapping>
</Mappings>
<Default> NO </default>
</Field>

Rich Text Field

(Including the attachment upload function)

<Field ID = "{fe919e77-85ba-4e71-af5e-1ef8a5c4f901}" type = "NOTE" name = "capit_issue_comments" displayname = "Comments" numlines = "12" richtext = "true" richtextmode = "fullhtml" group = "catalyst_capit"/>

Multi-Line Text

<Field ID = "{f41020f1-67ba-49c7-a246-05793104f369}" type = "NOTE" displayname = "Comments" richtext = "false" numlines = "4" name = "erouting_kitorders_comments" group = "worldvision_erouting "/>

Peoplepicker Fields

Select

<Field ID = "{region}" type = "usermulti" displayname = "reassign to individual" name = "region" showfield = "imnname" userselectionmode = "leonleonly" userselectionscope = "0 "Mult =" true "group =" worldvision_erouting "> </field>

Select or group

<Field ID = "{region}" type = "usermulti" displayname = "reassign to individual" name = "region" showfield = "imnname" userselectionmode = "leonleonly" userselectionscope = "0 "Mult =" true "group =" worldvision_erouting "> </field>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.