Details
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].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.Address2
Returns the second address of the user.
@GetString("UserManagement:User.Address2")
UserManagement:User.AllowBackend
Returns the value "True
" if the user is allowed backend login.
@GetBoolean("UserManagement:User.AllowBackend")
UserManagement:User.Company
Returns the company of the user.
@GetString("UserManagement:User.Company")
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.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.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.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.ExternalId
Returns the ID imported from an external source.
@GetString("UserManagement:User.ExternalId")
UserManagement:User.Fax
Returns the fax number of the user.
@GetString("UserManagement:User.Fax")
UserManagement:User.FirstName
Returns the first name of the user.
@GetString("UserManagement:User.FirstName")
UserManagement:User.HouseNumber
Returns the house number for the user.
@GetString("UserManagement:User.HouseNumber")
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.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.LastName
Returns the last name of the user.
@GetString("UserManagement:User.LastName")
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.Phone
Returns the phone number of the user.
@GetString("UserManagement:User.Phone")
UserManagement:User.PhoneBusiness
Returns the business phone number of the user.
@GetString("UserManagement:User.PhoneBusiness")
UserManagement:User.PhoneMobile
Returns the mobile phone number of the user.
@GetString("UserManagement:User.PhoneMobile")
UserManagement:User.PhonePrivate
Returns the private phone number of the user.
@GetString("UserManagement:User.PhonePrivate")
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.UserName
Returns the user name of a user.
@GetString("UserManagement:User.UserName")
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.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")
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> }
Groups
The Groups
loop lets you display data about extranet groups.
@foreach (LoopItem item in GetLoop("Groups")){ <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> }