Class FormContext.Agent
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
This data structure contains information about the agent currently viewing /
editing this form.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
FormContext.Agent.country
The country part of the agent's preferred locale, e.g.
|
| <static> |
FormContext.Agent.email
The agent's email address.
|
| <static> |
FormContext.Agent.firstName
The agent's first name.
|
| <static> |
FormContext.Agent.id
The agent's id.
|
| <static> |
FormContext.Agent.language
The language part of the agent's preferred locale, e.g.
|
| <static> |
FormContext.Agent.lastName
The agent's last name.
|
| <static> |
FormContext.Agent.locale
The agent's preferred locale, e.g.
|
| <static> |
FormContext.Agent.orgPosId
The ID of the agent's organisational position.
|
| <static> |
FormContext.Agent.orgPosName
The name of the agent's organisational position.
|
| <static> |
FormContext.Agent.userName
The agent's user name.
|
Class Detail
FormContext.Agent()
This data structure contains information about the agent currently viewing /
editing this form. Besides the properties mentioned here, all the agent's
attributes from the Org Model are available as well (as String).
Field Detail
<static>
{String}
FormContext.Agent.country
The country part of the agent's preferred locale, e.g.
DE.
This may be null if the locale does not specify a country.
<static>
{String}
FormContext.Agent.email
The agent's email address.
<static>
{String}
FormContext.Agent.firstName
The agent's first name.
<static>
{Number}
FormContext.Agent.id
The agent's id.
<static>
{String}
FormContext.Agent.language
The language part of the agent's preferred locale, e.g.
de.
<static>
{String}
FormContext.Agent.lastName
The agent's last name.
<static>
{String}
FormContext.Agent.locale
The agent's preferred locale, e.g.
de_DE. For the locale
the form is actually displayed in see FormContext.Form.locale.
<static>
{Number}
FormContext.Agent.orgPosId
The ID of the agent's organisational position.
<static>
{String}
FormContext.Agent.orgPosName
The name of the agent's organisational position.
<static>
{String}
FormContext.Agent.userName
The agent's user name.