UserManagement:User.UserAddresses
Summary
The UserManagement:User.UserAddresses loop lets you display various information about the user addresses.
Examples
Basic usage
Notice the use of @item.GetValue to get data from the loop variable.
If you just write @GetValue, the data will be taken from outside the loop.
Similarly, you have to use @item.GetLoop to use loops inside a loop.
Check if the loop exists
Example of usage
The following general example illustrates how to use a loop construct.
Check if the loop exists
Available tags
UserManagement:User.UserAddress.Address
Returns the address of the user.
@GetString("UserManagement:User.UserAddress.Address")
UserManagement:User.UserAddress.Address.InputName
Returns an ID/name for the address field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Address.InputName")
UserManagement:User.UserAddress.Address.Value
Returns the address of the user.
@GetString("UserManagement:User.UserAddress.Address.Value")
UserManagement:User.UserAddress.Address2
Returns the default second address line of the user.
@GetString("UserManagement:User.UserAddress.Address2")
UserManagement:User.UserAddress.Address2.InputName
Returns an ID/name for the address2 field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Address2.InputName")
UserManagement:User.UserAddress.Address2.Value
Returns the default second address line of the user.
@GetString("UserManagement:User.UserAddress.Address2.Value")
UserManagement:User.UserAddress.Cell
Returns the mobile phone number of the user.
@GetString("UserManagement:User.UserAddress.Cell")
UserManagement:User.UserAddress.Cell.InputName
Returns an ID/name for the mobile number field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Cell.InputName")
UserManagement:User.UserAddress.Cell.Value
Returns the mobile phone number of the user.
@GetString("UserManagement:User.UserAddress.Cell.Value")
UserManagement:User.UserAddress.City
Returns the city of the user.
@GetString("UserManagement:User.UserAddress.City")
UserManagement:User.UserAddress.City.InputName
Returns an ID/name for the address2 field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.City.InputName")
UserManagement:User.UserAddress.City.Value
Returns the city of the user.
@GetString("UserManagement:User.UserAddress.City.Value")
UserManagement:User.UserAddress.Company
Returns the company of the user.
@GetString("UserManagement:User.UserAddress.Company")
UserManagement:User.UserAddress.Company.InputName
Returns an ID/name for the company field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Company.InputName")
UserManagement:User.UserAddress.Company.Value
Returns the company of the user.
@GetString("UserManagement:User.UserAddress.Company.Value")
UserManagement:User.UserAddress.Country
Returns the country of the user.
@GetString("UserManagement:User.UserAddress.Country")
UserManagement:User.UserAddress.Country.InputName
Returns an ID/name for the country field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Country.InputName")
UserManagement:User.UserAddress.Country.Value
Returns the country of the user.
@GetString("UserManagement:User.UserAddress.Country.Value")
UserManagement:User.UserAddress.CustomerNumber
Returns the customer number of the user.
@GetString("UserManagement:User.UserAddress.CustomerNumber")
UserManagement:User.UserAddress.CustomerNumber.InputName
Returns an ID/name for the customer number field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.CustomerNumber.InputName")
UserManagement:User.UserAddress.CustomerNumber.Value
Returns the customer number of the user.
@GetString("UserManagement:User.UserAddress.CustomerNumber.Value")
UserManagement:User.UserAddress.Default.InputName
Returns an ID/name for the default field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Default.InputName")
UserManagement:User.UserAddress.Default.Value
Returns True if the Default field is selected.
@GetBoolean("UserManagement:User.UserAddress.Default.Value")
UserManagement:User.UserAddress.Description
Returns the customer Description/Title of the address set.
@GetString("UserManagement:User.UserAddress.Description")
UserManagement:User.UserAddress.Description.InputName
Returns an ID/name for the Description/Title field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Description.InputName")
UserManagement:User.UserAddress.Description.Value
Returns the customer Description/Title of the address set.
@GetString("UserManagement:User.UserAddress.Description.Value")
UserManagement:User.UserAddress.Email
Returns the e-mail of the user.
@GetString("UserManagement:User.UserAddress.Email")
UserManagement:User.UserAddress.Email.InputName
Returns an ID/name for the Description/Title field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Email.InputName")
UserManagement:User.UserAddress.Email.Value
Returns the e-mail of the user.
@GetString("UserManagement:User.UserAddress.Email.Value")
UserManagement:User.UserAddress.Fax
Returns the fax of the user.
@GetString("UserManagement:User.UserAddress.Fax")
UserManagement:User.UserAddress.Fax.InputName
Returns an ID/name for the Description/Title field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Fax.InputName")
UserManagement:User.UserAddress.Fax.Value
Returns the fax of the user.
@GetString("UserManagement:User.UserAddress.Fax.Value")
UserManagement:User.UserAddress.ID
Returns the ID number of the address.
@GetString("UserManagement:User.UserAddress.ID")
UserManagement:User.UserAddress.Phone
Returns the phone number of the user.
@GetString("UserManagement:User.UserAddress.Phone")
UserManagement:User.UserAddress.Phone.InputName
Returns an ID/name for the phone field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.Phone.InputName")
UserManagement:User.UserAddress.Phone.Value
Returns the phone number of the user.
@GetString("UserManagement:User.UserAddress.Phone.Value")
UserManagement:User.UserAddress.SelectedAddressID
Returns ID of user address selected.
@GetString("UserManagement:User.UserAddress.SelectedAddressID")
UserManagement:User.UserAddress.State
Returns the state of the user.
@GetString("UserManagement:User.UserAddress.State")
UserManagement:User.UserAddress.State.InputName
Returns an ID/name for the state field that can be used in the code for an input field.
@GetString("UserManagement:User.UserAddress.State.InputName")
UserManagement:User.UserAddress.State.Value
Returns the state of the user.
@GetString("UserManagement:User.UserAddress.State.Value")
UserManagement:User.UserAddress.Zip
Returns the zip code of the user.
@GetString("UserManagement:User.UserAddress.Zip")
UserManagement:User.UserAddress.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.UserAddress.Zip.InputName")
UserManagement:User.UserAddress.Zip.Value
Returns the zip code of the user.
@GetString("UserManagement:User.UserAddress.Zip.Value")