Difference between revisions of "Profile Custom Element"

From ADF Docs
Jump to: navigation, search
(Fields)
Line 53: Line 53:
 
   <td>email</td>
 
   <td>email</td>
 
   <td>Text</td>
 
   <td>Text</td>
   <td>no</td>
+
   <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Phone</td>
 +
  <td>phone</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Company</td>
 +
  <td>company</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 +
  <td>Size: 40</td>
 +
</tr>
 +
<tr>
 +
  <td>Title</td>
 +
  <td>title</td>
 +
  <td>Text</td>
 +
  <td>No</td>
 
   <td>Size: 40</td>
 
   <td>Size: 40</td>
 
</tr>
 
</tr>

Revision as of 15:26, 29 March 2010

Overview

Profile Custom Element for storing the main profile data.

Fields

Tab 1 - Profile

Field Name/Label Field ID Field Type Required? Properties
uniqueID uniqueID Hidden N/A Default Value: {createuuid()}
Photo photo Image Yes

Field Name: userIDFld
Field Size: 40
Default Value: {request.user.userid}
Edit Once: true
Security:
Anonymous Users - Read
Authenticated Users - Read
(Site Admin Group) - Read, Edit

First Name firstName Text Yes Size: 40
Last Name lastName Text Yes Size: 40
Email email Text No Size: 40
Phone phone Text No Size: 40
Company company Text No Size: 40
Title title Text No Size: 40