You can create custom components using the XML file located in the server directory you created or from the SDK. This procedure below discusses the XML file method. For instructions on how to create custom components with the SDK, refer to the SDK documentation.
"ID" "CreatedTime" "CreatedUserID" "DeletedTime" "DeletedUserID" "ModifiedTime" "ModifiedUserID" "EndModifiedTime" "RevisionNumber" "RevisionFlags" "ShortComment" "CommentID" "ParentID" - system property, type is eLong
"ID" "CreatedTime" "CreatedUserID" "DeletedTime" "DeletedUserID" "ModifiedTime" "ModifiedUserID" "EndModifiedTime" "RevisionNumber" "RevisionFlags" "ShortComment" "CommentID" "RootObjectID" "ParentObjectID" ParentRevision" "PathRevision" "ViewID" "DotNotation"
Attachment Service Properties "Attachment count" - system property, type is eLong "AttachmentIDs" - system property, type is IDArray "Attachment names" - server calculated property, type is text Notification Service "Notification count" - system property, type is Long "NotificationIDs" - system property, type is IDArray "ReadStatusUserList" - server calculated property, type is IDArray Bookmark Service "FlagUserList" - server calculated property, type is IDArray Component Object Identifier ComponentName + "ID" - system property , type is eLong
<Properties> - <Property name="Name"> <DisplayName default="Name"/> <Type>8</Type> <Length>250</Length> </Property> - <Property name="AutoType"> <DisplayName default="Automobile Type"/> <Type>2</Type> <DefaultValue>"100"</DefaultValue> <Flags multiselect="false"/> - <Enum code="100"> <EnumName default="4 door"/> <Indent>0</Indent> <Order>1</Order> <Flags selectable="true"/> </Enum> - <Enum code="101"> <EnumName default="2 door"/> <Indent>0</Indent> <Order>2</Order> <Flags selectable="true"/> </Enum> </Property>