Create/Edit
Available tags
UserManagement.User.Image.DeleteLink
Returns the delete link of an image of a user in a form like this: javascript:document.getElementById('UserManagementForm.DeleteImage').value = 'True'; document.UserManagementEditForm.submit();
@GetString("UserManagement.User.Image.DeleteLink")
UserManagement:User.[UserCustomFieldSystemName]
Returns the content of the user custom field.
@GetString("UserManagement:User.[UserCustomFieldSystemName]")
UserManagement:User.[UserCustomFieldSystemName].Input
Returns an input field for the custom field.
@GetString("UserManagement:User.[UserCustomFieldSystemName].Input")
UserManagement:User.[UserCustomFieldSystemName].Input.ID
Returns an ID/name for the custom field that can be used in the code for an input field.
@GetString("UserManagement:User.[UserCustomFieldSystemName].Input.ID")
UserManagement:User.[UserCustomFieldSystemName].Name
Returns the name of the user custom field.
@GetString("UserManagement:User.[UserCustomFieldSystemName].Name")
UserManagement:User.[UserCustomFieldSystemName].Type
Returns the type of the custom field.
@GetString("UserManagement:User.[UserCustomFieldSystemName].Type")
UserManagement:User.Active
Returns the value "True
" if the user is active.
@GetBoolean("UserManagement:User.Active")
UserManagement:User.Address
Returns the address of the user.
@GetString("UserManagement:User.Address")
UserManagement:User.Address.Input
Returns an input field for the user's address in a form like this:
<input name="UserManagement_Form_Address" type="text" id="UserManagement_Form_Address" value="111 Test Road" />
@GetString("UserManagement:User.Address.Input")
UserManagement:User.Address.Input.Error
Returns the validation message for the Address
input field.
@GetString("UserManagement:User.Address.Input.Error")
UserManagement:User.Address.InputName
Returns an ID/name for the address field that can be used in the code for an input field.
@GetString("UserManagement:User.Address.InputName")
UserManagement:User.Address2
Returns the second address of the user.
@GetString("UserManagement:User.Address2")
UserManagement:User.Address2.Input
Returns an input field for the user's address 2 in a form like this:
<input name="UserManagement_Form_Address2" type="text" id="UserManagement_Form_Address2" value="111 Test Road" />
@GetString("UserManagement:User.Address2.Input")
UserManagement:User.Address2.Input.Error
Returns the validation message for the Address 2
input field.
@GetString("UserManagement:User.Address2.Input.Error")
UserManagement:User.Address2.InputName
Returns an ID/name for the address2 field that can be used in the code for an input field.
@GetString("UserManagement:User.Address2.InputName")
UserManagement:User.AllowBackend
Returns the value "True
" if the user is allowed backend login.
@GetBoolean("UserManagement:User.AllowBackend")
UserManagement:User.City.Input
Returns an input field for the user's city.
@GetString("UserManagement:User.City.Input")
UserManagement:User.City.Input.Error
Returns the validation message for the City
input field.
@GetString("UserManagement:User.City.Input.Error")
UserManagement:User.City.InputName
Returns an ID/name for the city field that can be used in the code for an input field.
@GetString("UserManagement:User.City.InputName")
UserManagement:User.Company
Returns the company of the user.
@GetString("UserManagement:User.Company")
UserManagement:User.Company.Input
Returns an input field for the user's company.
@GetString("UserManagement:User.Company.Input")
UserManagement:User.Company.Input.Error
Returns the validation message for the Company
input field.
@GetString("UserManagement:User.Company.Input.Error")
UserManagement:User.Company.InputName
Returns an ID/name for the company field that can be used in the code for an input field.
@GetString("UserManagement:User.Company.InputName")
UserManagement:User.ConfigurationID
Returns the user configuration ID.
@GetString("UserManagement:User.ConfigurationID")
UserManagement:User.Country
Returns the country of the user.
@GetString("UserManagement:User.Country")
UserManagement:User.Country.Input
Returns an input field for the user's country.
@GetString("UserManagement:User.Country.Input")
UserManagement:User.Country.Input.Error
Returns the validation message for the Country
input field.
@GetString("UserManagement:User.Country.Input.Error")
UserManagement:User.Country.InputName
Returns an ID/name for the country field that can be used in the code for an input field.
@GetString("UserManagement:User.Country.InputName")
UserManagement:User.Currency
Returns the currency of the user.
@GetString("UserManagement:User.Currency")
UserManagement:User.CustomerNumber
Returns the customer number of the user.
@GetString("UserManagement:User.CustomerNumber")
UserManagement:User.CustomFieldsCount
Returns the number of user custom fields.
@GetInteger("UserManagement:User.CustomFieldsCount")
UserManagement:User.DefaultAddress.Address
Returns the default address of the user.
@GetString("UserManagement:User.DefaultAddress.Address")
UserManagement:User.DefaultAddress.Address2
Returns the default second address line of the user.
@GetString("UserManagement:User.DefaultAddress.Address2")
UserManagement:User.DefaultAddress.City
Returns the default city of the user.
@GetString("UserManagement:User.DefaultAddress.City")
UserManagement:User.DefaultAddress.Country
Returns the default country of the user.
@GetString("UserManagement:User.DefaultAddress.Country")
UserManagement:User.DefaultAddress.Phone
Returns the default phone number for the user.
@GetString("UserManagement:User.DefaultAddress.Phone")
UserManagement:User.DefaultAddress.PhoneBusiness
Retuns phone business number of the user's default address.
@GetString("UserManagement:User.DefaultAddress.PhoneBusiness")
UserManagement:User.DefaultAddress.State
Returns the default state/region of the user.
@GetString("UserManagement:User.DefaultAddress.State")
UserManagement:User.DefaultAddress.Zip
Returns the default zip code for the user.
@GetString("UserManagement:User.DefaultAddress.Zip")
UserManagement:User.Department
Returns the department of the user.
@GetString("UserManagement:User.Department")
UserManagement:User.Department.Input
Returns an input field for the user's department.
@GetString("UserManagement:User.Department.Input")
UserManagement:User.Department.Input.Error
Returns the validation message for the Department
input field.
@GetString("UserManagement:User.Department.Input.Error")
UserManagement:User.Department.InputName
Returns an ID/name for the department field that can be used in the code for an input field.
@GetString("UserManagement:User.Department.InputName")
UserManagement:User.DetailUrl
Returns the url to the user profile page, in a form like this: Default.aspx?ID=14867&ObjectID=264&Action=Detail.
@GetString("UserManagement:User.DetailUrl")
UserManagement:User.EditUrl
Returns the url to the user profile edit page, in a form like this: Default.aspx?ID=14867&ObjectID=264&Action=Edit.
@GetString("UserManagement:User.EditUrl")
UserManagement:User.Email
Returns the e-mail of the user.
@GetString("UserManagement:User.Email")
UserManagement:User.Email.Input
Returns an input field for the user's e-mail.
@GetString("UserManagement:User.Email.Input")
UserManagement:User.Email.Input.Error
Returns the validation message for the E-mail
input field.
@GetString("UserManagement:User.Email.Input.Error")
UserManagement:User.Email.InputName
Returns an ID/name for the e-mail field that can be used in the code for an input field.
@GetString("UserManagement:User.Email.InputName")
UserManagement:User.EmailAllowed
Returns True when Email permission is selected for the user (the user has accepted to receive e-mails send from E-mail Marketing).
@GetBoolean("UserManagement:User.EmailAllowed")
UserManagement:User.EmailAllowed.Hidden.Input
Returns a hidden input field for the user's email permission check.
@GetString("UserManagement:User.EmailAllowed.Hidden.Input")
UserManagement:User.EmailAllowed.Hidden.InputName
Returns the validation message for the Email permission
field.
@GetString("UserManagement:User.EmailAllowed.Hidden.InputName")
UserManagement:User.EmailAllowed.Hidden.InputValue
Returns an ID/name for the email permission field that can be used in the code for an input field.
@GetString("UserManagement:User.EmailAllowed.Hidden.InputValue")
UserManagement:User.EmailAllowed.Input
Returns an input field for the user's email permission.
@GetString("UserManagement:User.EmailAllowed.Input")
UserManagement:User.EmailAllowed.Input.Error
Returns the validation message for the Email permission
field.
@GetString("UserManagement:User.EmailAllowed.Input.Error")
UserManagement:User.EmailAllowed.InputName
Returns an ID/name for the email permission field that can be used in the code for an input field.
@GetString("UserManagement:User.EmailAllowed.InputName")
UserManagement:User.ExternalId
Returns the ID imported from an external source.
@GetString("UserManagement:User.ExternalId")
UserManagement:User.ExternalId.Input
Returns an input field for the user's externalID number.
@GetString("UserManagement:User.ExternalId.Input")
UserManagement:User.ExternalId.Input.Error
Returns the validation message for the ExternalID
input field.
@GetString("UserManagement:User.ExternalId.Input.Error")
UserManagement:User.ExternalId.InputName
Returns an ID/name for the ExternalID field that can be used in the code for an input field.
@GetString("UserManagement:User.ExternalId.InputName")
UserManagement:User.Fax
Returns the fax number of the user.
@GetString("UserManagement:User.Fax")
UserManagement:User.Fax.Input
Returns an input field for the user's fax number.
@GetString("UserManagement:User.Fax.Input")
UserManagement:User.Fax.Input.Error
Returns the validation message for the Fax
input field.
@GetString("UserManagement:User.Fax.Input.Error")
UserManagement:User.Fax.InputName
Returns an ID/name for the fax field that can be used in the code for an input field.
@GetString("UserManagement:User.Fax.InputName")
UserManagement:User.FirstName
Returns the first name of the user.
@GetString("UserManagement:User.FirstName")
UserManagement:User.FirstName.Input
Returns an input field for the user's First name.
@GetString("UserManagement:User.FirstName.Input")
UserManagement:User.FirstName.Input.Error
Returns the validation message for the First name
input field.
@GetString("UserManagement:User.FirstName.Input.Error")
UserManagement:User.FirstName.InputName
Returns an ID/name for the First name field that can be used in the code for an input field.
@GetString("UserManagement:User.FirstName.InputName")
UserManagement:User.FormHidden
Renders a number of hidden fields required by Dynamicweb - e.g. for antispam (Settings > Web and HTTP > Security > Enable antispam for user creation.
@GetString("UserManagement:User.FormHidden")
UserManagement:User.FormStart
Initialises form start.
@GetString("UserManagement:User.FormStart")
UserManagement:User.FormSubmitHref
Returns the URL for submitting the the changes to the user profile.
@GetObject("UserManagement:User.FormSubmitHref")
UserManagement:User.HouseNumber
Returns the house number for the user.
@GetString("UserManagement:User.HouseNumber")
UserManagement:User.HouseNumber.Input
Returns an input field for the user's house number.
@GetString("UserManagement:User.HouseNumber.Input")
UserManagement:User.HouseNumber.Input.Error
Returns the validation message for the House number
input field.
@GetString("UserManagement:User.HouseNumber.Input.Error")
UserManagement:User.HouseNumber.InputName
Returns an ID/name for the house number field that can be used in the code for an input field.
@GetString("UserManagement:User.HouseNumber.InputName")
UserManagement:User.Image
Returns the image of a user.
@GetString("UserManagement:User.Image")
UserManagement:User.Image.Clean
Returns the path to the image of a user.
@GetString("UserManagement:User.Image.Clean")
UserManagement:User.Image.Uploader
Returns an upload field for a user profile picture.
@GetString("UserManagement:User.Image.Uploader")
UserManagement:User.Image.UploaderName
Returns a HTML input tag for the upload function.
@GetString("UserManagement:User.Image.UploaderName")
UserManagement:User.Item.[FieldSystemName]
Returns the content of the user item field.
@GetString("UserManagement:User.Item.[FieldSystemName]")
UserManagement:User.Item.[FieldSystemName].IsRequired
Returns True
if the user item field is marked as required.
@GetBoolean("UserManagement:User.Item.[FieldSystemName].IsRequired")
UserManagement:User.Item.[FieldSystemName].Name
Returns the name of the item field.
@GetString("UserManagement:User.Item.[FieldSystemName].Name")
UserManagement:User.Item.[FieldSystemName].SystemName
Returns the system name of the item field.
@GetString("UserManagement:User.Item.[FieldSystemName].SystemName")
UserManagement:User.Item.[FieldSystemName].Type
Returns the type of the item field.
@GetString("UserManagement:User.Item.[FieldSystemName].Type")
UserManagement:User.Item.[FieldSystemName].Value
Returns the content of the user item field.
@GetString("UserManagement:User.Item.[FieldSystemName].Value")
UserManagement:User.Item.Field.First
Returns True
if the user item field is the first in the list.
@GetBoolean("UserManagement:User.Item.Field.First")
UserManagement:User.Item.Field.Last
Returns True
if the user item field is the last in the list.
@GetBoolean("UserManagement:User.Item.Field.Last")
UserManagement:User.JobTitle
Returns the job title of the user.
@GetString("UserManagement:User.JobTitle")
UserManagement:User.JobTitle.Input
Returns an input field for the user's job title.
@GetString("UserManagement:User.JobTitle.Input")
UserManagement:User.JobTitle.Input.Error
Returns the validation message for the Job title
input field.
@GetString("UserManagement:User.JobTitle.Input.Error")
UserManagement:User.JobTitle.InputName
Returns an ID/name for the job title field that can be used in the code for an input field.
@GetString("UserManagement:User.JobTitle.InputName")
UserManagement:User.LastName
Returns the last name of the user.
@GetString("UserManagement:User.LastName")
UserManagement:User.LastName.Input
Returns an input field for the user's last name.
@GetString("UserManagement:User.LastName.Input")
UserManagement:User.LastName.Input.Error
Returns the validation message for the Last name
input field.
@GetString("UserManagement:User.LastName.Input.Error")
UserManagement:User.LastName.InputName
Returns an ID/name for the last name field that can be used in the code for an input field.
@GetString("UserManagement:User.LastName.InputName")
UserManagement:User.ManageAddressesUrl
Returns the url to the page where you manage the addresses for the user - in a form like this: Default.aspx?ID=14867&ObjectID=264&Action=ManageAddresses.
@GetString("UserManagement:User.ManageAddressesUrl")
UserManagement:User.MiddleName
Returns the middle name of the user.
@GetString("UserManagement:User.MiddleName")
UserManagement:User.MiddleName.Input
Returns an input field for the user's middle name.
@GetString("UserManagement:User.MiddleName.Input")
UserManagement:User.MiddleName.Input.Error
Returns the validation message for the Middle name
input field.
@GetString("UserManagement:User.MiddleName.Input.Error")
UserManagement:User.MiddleName.InputName
Returns an ID/name for the Middle name field that can be used in the code for an input field.
@GetString("UserManagement:User.MiddleName.InputName")
UserManagement:User.Name.Input
Returns an input field for the user's name.
@GetString("UserManagement:User.Name.Input")
UserManagement:User.Name.Input.Error
Returns the validation message for the Name
input field.
@GetString("UserManagement:User.Name.Input.Error")
UserManagement:User.Name.InputName
Returns an ID/name for the name field that can be used in the code for an input field.
@GetString("UserManagement:User.Name.InputName")
UserManagement:User.NewPassword.Input
Returns an input field for the user's new password.
@GetString("UserManagement:User.NewPassword.Input")
UserManagement:User.NewPassword.Input.Error
Returns the validation message for the New password input field.
@GetString("UserManagement:User.NewPassword.Input.Error")
UserManagement:User.NewPassword.InputName
Returns an ID/name for the new password field that can be used in the code for an input field.
@GetString("UserManagement:User.NewPassword.InputName")
UserManagement:User.NewPasswordConfirm.Input
Returns an input field for confirmation of the new password.
@GetString("UserManagement:User.NewPasswordConfirm.Input")
UserManagement:User.NewPasswordConfirm.Input.Error
Returns the validation message for the Confirm new password
input field.
@GetString("UserManagement:User.NewPasswordConfirm.Input.Error")
UserManagement:User.NewPasswordConfirm.InputName
Returns an ID/name for the confirm new password field that can be used in the code for an input field.
@GetString("UserManagement:User.NewPasswordConfirm.InputName")
UserManagement:User.OldPassword.Input
Returns an input field for the user's old password.
@GetString("UserManagement:User.OldPassword.Input")
UserManagement:User.OldPassword.Input.Error
Returns the validation message for the Old password input field.
@GetString("UserManagement:User.OldPassword.Input.Error")
UserManagement:User.OldPassword.InputName
Returns an ID/name for the old password field that can be used in the code for an input field.
@GetString("UserManagement:User.OldPassword.InputName")
UserManagement:User.Phone
Returns the phone number of the user.
@GetString("UserManagement:User.Phone")
UserManagement:User.Phone.Input
Returns an input field for the user's phone number.
@GetString("UserManagement:User.Phone.Input")
UserManagement:User.Phone.Input.Error
Returns the validation message for the Phone
input field.
@GetString("UserManagement:User.Phone.Input.Error")
UserManagement:User.Phone.InputName
Returns an ID/name for the phone field that can be used in the code for an input field.
@GetString("UserManagement:User.Phone.InputName")
UserManagement:User.PhoneBusiness
Returns the business phone number of the user.
@GetString("UserManagement:User.PhoneBusiness")
UserManagement:User.PhoneBusiness.Input
Returns an input field for the user's business phone number.
@GetString("UserManagement:User.PhoneBusiness.Input")
UserManagement:User.PhoneBusiness.Input.Error
Returns the validation message for the Business phone
input field.
@GetString("UserManagement:User.PhoneBusiness.Input.Error")
UserManagement:User.PhoneBusiness.InputName
Returns an ID/name for the business phone field that can be used in the code for an input field.
@GetString("UserManagement:User.PhoneBusiness.InputName")
UserManagement:User.PhoneMobile
Returns the mobile phone number of the user.
@GetString("UserManagement:User.PhoneMobile")
UserManagement:User.PhoneMobile.Input
Returns an input field for the user's mobile phone number.
@GetString("UserManagement:User.PhoneMobile.Input")
UserManagement:User.PhoneMobile.Input.Error
Returns the validation message for the Mobile phone
input field.
@GetString("UserManagement:User.PhoneMobile.Input.Error")
UserManagement:User.PhoneMobile.InputName
Returns an ID/name for the mobile phone field that can be used in the code for an input field.
@GetString("UserManagement:User.PhoneMobile.InputName")
UserManagement:User.PhonePrivate
Returns the private phone number of the user.
@GetString("UserManagement:User.PhonePrivate")
UserManagement:User.PhonePrivate.Input
Returns an input field for the user's private phone number.
@GetString("UserManagement:User.PhonePrivate.Input")
UserManagement:User.PhonePrivate.Input.Error
Returns the validation message for the Private phone
input field.
@GetString("UserManagement:User.PhonePrivate.Input.Error")
UserManagement:User.PhonePrivate.InputName
Returns an ID/name for the private phone field that can be used in the code for an input field.
@GetString("UserManagement:User.PhonePrivate.InputName")
UserManagement:User.PointBalance
Returns the total amount of loyalty points for the user.
@GetDouble("UserManagement:User.PointBalance")
UserManagement:User.StartPage
Returns the start page of the user, if the user is redirected to a start page after login in frontend.
Example: Default.aspx?ID=30
@GetString("UserManagement:User.StartPage")
UserManagement:User.StockLocationID
Returns ID of the user stock location.
@GetString("UserManagement:User.StockLocationID")
UserManagement:User.StockLocationID.Input
Returns an input field for the user's stock location.
@GetString("UserManagement:User.StockLocationID.Input")
UserManagement:User.StockLocationID.Input.Error
Returns the validation message for the Stock Location
input field.
@GetString("UserManagement:User.StockLocationID.Input.Error")
UserManagement:User.StockLocationID.InputName
Returns an ID/name for the Stock Location field that can be used in the code for an input field.
@GetString("UserManagement:User.StockLocationID.InputName")
UserManagement:User.Title.Input
Returns an input field for the user's title.
@GetString("UserManagement:User.Title.Input")
UserManagement:User.Title.Input.Error
Returns the validation message for the Title
input field.
@GetString("UserManagement:User.Title.Input.Error")
UserManagement:User.Title.InputName
Returns an ID/name for the Title field that can be used in the code for an input field.
@GetString("UserManagement:User.Title.InputName")
UserManagement:User.UserName
Returns the user name of a user.
@GetString("UserManagement:User.UserName")
UserManagement:User.UserName.Input
Returns am input field for the user's user name.
@GetString("UserManagement:User.UserName.Input")
UserManagement:User.UserName.Input.Error
Returns the validation message for the User name
input field.
@GetString("UserManagement:User.UserName.Input.Error")
UserManagement:User.UserName.InputName
Returns an ID/name for the user name field that can be used in the code for an input field.
@GetString("UserManagement:User.UserName.InputName")
UserManagement:User.ValidFrom
Returns the start date of the validity of a user.
@GetDate("UserManagement:User.ValidFrom")
UserManagement:User.ValidTo
Returns the end date of the validity of a user.
@GetDate("UserManagement:User.ValidTo")
UserManagement:User.VatRegNumber
Returns the customer's company tax registration number/VAT identification number (VATIN) also called CVR in Denmark and VatRegNumber in United Kingdom.
@GetString("UserManagement:User.VatRegNumber")
UserManagement:User.VatRegNumber.Input
Returns an input field for the user's Vat reg. number.
@GetString("UserManagement:User.VatRegNumber.Input")
UserManagement:User.VatRegNumber.Input.Error
Returns the validation message for the Vat Reg Number
input field.
@GetString("UserManagement:User.VatRegNumber.Input.Error")
UserManagement:User.VatRegNumber.InputName
Returns an ID/name for the Vat reg number field that can be used in the code for an input field.
@GetString("UserManagement:User.VatRegNumber.InputName")
UserManagement:User.VCard
Returns the download URL to the users vcard in a form like this: Default.aspx?ID=14867&ObjectID=264&Action=VCard
@GetString("UserManagement:User.VCard")
UserManagement:User.Zip
Returns the zip code of the user.
@GetString("UserManagement:User.Zip")
UserManagement:User.Zip.Input
Returns an input field for the user's zip code.
@GetString("UserManagement:User.Zip.Input")
UserManagement:User.Zip.Input.Error
Returns the validation message for the Zip
input field.
@GetString("UserManagement:User.Zip.Input.Error")
UserManagement:User.Zip.InputName
Returns an ID/name for the zip code field that can be used in the code for an input field.
@GetString("UserManagement:User.Zip.InputName")
Available loops
Consents
Renders the consent information for Data Processing Activities for current user.
@foreach (LoopItem item in GetLoop("Consents")){ <p>@item.GetValue("TagName")</p> }
FormValidationErrors
The FormValidationErrors
loop lets you display various information about validation errorr during the creation/editing .
@foreach (LoopItem item in GetLoop("FormValidationErrors")){ <p>@item.GetValue("TagName")</p> }
Groups
The Groups
loop lets you display data about extranet groups.
@foreach (LoopItem item in GetLoop("Groups")){ <p>@item.GetValue("TagName")</p> }
SelectableGroups
The SelectableGroups loop lets you display various information about an user group can be selected during the creation/editing .
@foreach (LoopItem item in GetLoop("SelectableGroups")){ <p>@item.GetValue("TagName")</p> }
UserManagement:User.CustomFields
The UserManagement:User.CustomFields loop lets you display various information about custom fields.
@foreach (LoopItem item in GetLoop("UserManagement:User.CustomFields")){ <p>@item.GetValue("TagName")</p> }
UserManagement:User.ExternalLogin
The UserManagement:User.ExternalLogin loop lets you display various information about the external login providers.
@foreach (LoopItem item in GetLoop("UserManagement:User.ExternalLogin")){ <p>@item.GetValue("TagName")</p> }
UserManagement:User.Item.Fields
The UserManagement:User.Item.Fields loop lets you display various information about the user item fields.
@foreach (LoopItem item in GetLoop("UserManagement:User.Item.Fields")){ <p>@item.GetValue("TagName")</p> }
UserManagement:User.Item.Groups
The UserManagement:User.Item.Groups​ loop lets you display various information about the groups that you can organize your item fields in.
@foreach (LoopItem item in GetLoop("UserManagement:User.Item.Groups")){ <p>@item.GetValue("TagName")</p> }