Add Lookup Column To List Info
Defines the parameters to add a lookup column to a list.
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.AddLookupColumnToListInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.AddLookupColumnToListInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| SourceListUrl |
String. Specifies the source list containing the source column.
|
${CurrentWeb.Url}/Pages
|
false
|
true
|
| SourceListFieldName |
String. Specifies the source field (column) name.
|
Title
|
false
|
true
|
| TargetListFieldName |
String. Specifies the target field (column) name.
|
PagesTitle
|
false
|
true
|
| TargetListUrl |
String. Specifies the target list containing the target column.
|
${CurrentWeb.Url}/PublishingImages
|
false
|
true
|
| FieldValueRequired |
Boolean. Specifies whether the field is required when adding a new list item to the list.
|
False
|
false
|
false
|