Create Lookup Column Info
Defines the parameters to create a new site lookup column.
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.CreateLookupColumnInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.CreateLookupColumnInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| AllowMultipleValues |
Boolean. Specifies whether to allow multiple values in the lookup column.
|
true
|
false
|
false
|
| FieldName |
String. Specifies the field name for the new lookup column.
|
PagesTitle
|
false
|
true
|
| Group |
String. Specifies the group name to add the new lookup column to.
|
SAF Columns
|
false
|
false
|
| LookupFieldName |
String. Specifies the field name to find within the list.
|
Title
|
false
|
true
|
| LookupListUrl |
String. Specifies the URL for the list which contains the field to lookup.
|
${CurrentWeb.Url}/Pages
|
false
|
true
|
| Required |
Boolean. Specifies whether to make the new lookup column a required field.
|
false
|
false
|
true
|