The UserInfo table contains a list of users in Microsoft Dynamics Ax and their active directory and default information.
Methods
| Method | Description | |
|---|---|---|
|
aosValidateDelete | Validates on the server that the specified record can be deleted from a table. (Inherited from xRecord.) |
|
aosValidateInsert | Validates on the server that the specified record can be inserted. (Inherited from xRecord.) |
|
aosValidateRead | Validates on the server that the specified record can be read. (Inherited from xRecord.) |
|
aosValidateUpdate | Validates on the server that the specified record can be updated. (Inherited from xRecord.) |
|
buf2con | Packs the table buffers of an xRecord object into an X++ container. (Inherited from xRecord.) |
|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
|
canSubmitToWorkflow | Indicates whether a record can be submitted to workflow. (Inherited from xRecord.) |
|
caption | Gets or sets the caption property of a table. (Inherited from xRecord.) |
|
checkInvalidFieldAccess | Gets or sets the invalid field access. (Inherited from xRecord.) |
|
checkRecord | Gets or sets the property that indicates whether to check mandatory fields. (Inherited from xRecord.) |
|
checkRestrictedDeleteActions | Gets or sets the property that indicates whether a record can be deleted (Inherited from xRecord.) |
|
clear | Removes all rows from the table buffer. (Inherited from xRecord.) |
|
company | Gets or sets the property that indicates a legal entity for the record. (Inherited from xRecord.) |
|
con2buf | Unpacks a container into table buffers. (Inherited from xRecord.) |
|
concurrencyModel | Gets or sets the default concurrency model to use to update records. (Inherited from xRecord.) |
|
context | Gets or sets the context property. (Inherited from xRecord.) |
|
data | Retrieves a row from the table. (Inherited from xRecord.) |
|
dataSource | Retrieves the data source of the table. (Inherited from xRecord.) |
|
defaultField | Sets a field in the table to its default value. (Inherited from xRecord.) |
|
defaultRow | Sets the value of the fields that are in the table in the non-interactive case to their default values. (Inherited from xRecord.) |
|
delete | Deletes the current record from the table. (Inherited from xRecord.) |
|
disableCache | Gets or sets the property that indicates whether caching is disabled. (Inherited from xRecord.) |
|
dispose | Releases the resources that are used by the xRecord object. (Inherited from xRecord.) |
|
doClear | Removes all rows from the table buffer and bypasses any additional logic in the clear method of the table. (Inherited from xRecord.) |
|
doDelete | Deletes the current record from the table and bypasses any additional logic in the delete method of the table. (Inherited from xRecord.) |
|
doInsert | Inserts the record into the table and bypasses any additional logic in the insert method of the table. (Inherited from xRecord.) |
|
doUpdate | Updates the current record and bypasses any additional logic in the update method of the table. (Inherited from xRecord.) |
|
doValidateDelete | Performs the action to validate that a record can be deleted. (Inherited from xRecord.) |
|
equal | Determines whether the specified object is equal to the current one. (Inherited from xRecord.) |
|
fieldAccessRight | Gets the field access right for a specified field. (Inherited from xRecord.) |
|
fieldBufferAccessRight | Gets the field access right for the current record. (Inherited from xRecord.) |
|
fieldState | Gets or sets the state of a field in the table buffer. (Inherited from xRecord.) |
|
getAllowRedefault | Gets the list of fields that can redefault. (Inherited from xRecord.) |
|
getDefaultingDependencies | Gets a container that contains the defaulting dependencies. (Inherited from xRecord.) |
|
getExtension | Gets the table extension. (Inherited from xRecord.) |
|
getFieldValue | Gets the value of the specified field from a table buffer. (Inherited from xRecord.) |
|
getInstanceRelationType | Gets the table name that corresponds to the given Instance Relation Type ID. (Inherited from xRecord.) |
|
getPhysicalTableName | Gets the physical table name or, for a SQL Temp DB table, the table instance name. (Inherited from xRecord.) |
|
getPresenceFieldData | Retrieves the PresenceInfo value from the specified field. (Inherited from xRecord.) |
|
getSQLStatement | Gets the SQL statement that is used to return records from the database. (Inherited from xRecord.) |
|
getTableInInstanceHierarchy | (Inherited from xRecord.) |
|
getTableType | Indicates the type of the table. (Inherited from xRecord.) |
|
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
|
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
|
hasRelatedTable | Whether table has foreign key constraint buffer linked with it or not. (Inherited from xRecord.) |
|
helpField | Retrieves a String that contains the help text for the specified field. (Inherited from xRecord.) |
|
initValue | Initializes a field by using the default value of the field. (Inherited from xRecord.) |
|
inputStatus | Gets or sets the current input status of the table buffer. (Inherited from xRecord.) |
|
insert | Inserts the record into the table. (Inherited from xRecord.) |
|
interactiveContext | Gets or sets the current interactive context of the table buffer. (Inherited from xRecord.) |
|
isFieldDataRetrieved | Indicates whether data in the given field has been retrieved. (Inherited from xRecord.) |
|
isFieldSet | Indicates whether a field has a Set or Defaulted state. (Inherited from xRecord.) |
|
isFormDataSource | Indicates whether the data source is a form. (Inherited from xRecord.) |
|
isNewRecord | Indicates whether the record is a new record that has not been persisted. (Inherited from xRecord.) |
|
isPartOfUOWSaveChanges | (Inherited from xRecord.) |
|
isTempDb | Indicates whether the type of the table is SQL TempDB. (Inherited from xRecord.) |
|
isTmp | Indicates whether this is a temporary table. (Inherited from xRecord.) |
|
joinChild | Finds the join child of the current record. (Inherited from xRecord.) |
|
joinParent | Finds the join parent of the current record. (Inherited from xRecord.) |
|
linkPhysicalTableInstance | Checks whether the link for the physical table instance that corresponds to the record exists. (Inherited from xRecord.) |
|
merge | Merges the current table with the specified table. (Inherited from xRecord.) |
|
modifiedField | Modifies the specified field to its original value. (Inherited from xRecord.) |
|
modifiedFieldValue | Modifies the specified field to its original value. (Inherited from xRecord.) |
|
new | Initializes a new instance of the Object class. (Inherited from Object.) |
|
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
|
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
|
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
|
orig | Retrieves the original values of the current record. (Inherited from xRecord.) |
|
overwriteSystemfields | Gets or sets the property that indicates whether system fields may be overwritten. (Inherited from xRecord.) |
|
owner | Returns the instance that owns the object. (Inherited from Object.) |
|
postCacheLoad | Executes after data is hit from cache for select on the table. (Inherited from xRecord.) |
|
postLoad | Executes after a record is read. (Inherited from xRecord.) |
|
preRemoting | Executes before a cross tier call is about to execute for the table that would pack its state to the other tier. (Inherited from xRecord.) |
|
queryTimedOut | Indicates whether the query exceeded the time limit for execution. (Inherited from xRecord.) |
|
queryTimeout | Gets or sets the property that indicates the time limit for the execution of a query. (Inherited from xRecord.) |
|
readCommittedLock | (Inherited from xRecord.) |
|
readPast | Gets or sets the property that indicates whether to skip rows that are locked by other processes when it reads a record. (Inherited from xRecord.) |
|
recordLevelSecurity | Gets or sets the property that indicates whether to apply security on a record level. (Inherited from xRecord.) |
|
relatedTable | Gets or sets the related buffer from a link to a table buffer. (Inherited from xRecord.) |
|
renamePrimaryKey | Renames the foreign keys in other tables according to the change of the primary key value that corresponds to this table. (Inherited from xRecord.) |
|
reread | Rereads the record from the table. (Inherited from xRecord.) |
|
RowCount | Retrieves the number of rows in the table. (Inherited from xRecord.) |
|
selectForUpdate | Gets or sets the property that indicates whether to select records for update when they are read. (Inherited from xRecord.) |
|
selectLocked | Indicates whether to select locked records. (Inherited from xRecord.) |
|
selectRefRecord | Selects the record by its referenced field ID. (Inherited from xRecord.) |
|
selectWithRepeatableRead | Gets or sets the property that indicates whether repeatable read is enabled. (Inherited from xRecord.) |
|
setConnection | Sets the user connection for this table. (Inherited from xRecord.) |
|
setCrossPartition | Sets or resets cross partition for the table. (Inherited from xRecord.) |
|
setFieldValue | Sets the field value in the record buffer. (Inherited from xRecord.) |
|
setSQLTracing | Enables or disables SQL tracing mode. (Inherited from xRecord.) |
|
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
|
setTmp | Sets the table not to be persisted to the database. (Inherited from xRecord.) |
|
setTmpData | Sets the contents of the temporary table to the specified data. (Inherited from xRecord.) |
|
setXDSContext | Sets new XDS context. (Inherited from xRecord.) |
|
skipAosValidation | Gets or sets the property that indicates whether to skip AOS validation (Inherited from xRecord.) |
|
skipDatabaseLog | Gets or sets the property that indicates whether to skip database log requests. (Inherited from xRecord.) |
|
skipDataMethods | Gets or sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) |
|
skipDeleteActions | Gets or sets the property that indicates whether to skip delete actions on the table. (Inherited from xRecord.) |
|
skipDeleteMethod | Gets or sets the property that indicates whether to discard overloaded methods. (Inherited from xRecord.) |
|
skipEvents | Provides the ability to stop the calling of the Application.event* methods for the lifetime of an xRecord object. (Inherited from xRecord.) |
|
skipPostLoad | Gets and sets the property that indicates whether to skip executing xRecord.postLoad method on the table. (Inherited from xRecord.) |
|
skipTTSCheck | Gets or sets the property that indicates whether to skip the check to determine whether the record is selected for update. (Inherited from xRecord.) |
|
suppressWarnings | Gets or sets the property that indicates whether to suppress warnings for this pointer. (Inherited from xRecord.) |
|
tableAccessRight | Retrieves the table access right for a table. (Inherited from xRecord.) |
|
tableBufferAccessRight | Retrieves the table access right for the current record. (Inherited from xRecord.) |
|
toolTipField | Retrieves the HelpText value for the specified field. (Inherited from xRecord.) |
|
toolTipRecord | Retrieves the ToolTip value for the current record. (Inherited from xRecord.) |
|
toString | Returns a string that represents the current object. (Inherited from Object.) |
|
ttsabort | Aborts a transaction that was started by a call to the xRecord.ttsbegin method. (Inherited from xRecord.) |
|
ttsbegin | Starts a transaction that can be either committed by the xRecord.ttscommit method or aborted by the xRecord.ttsabort method. (Inherited from xRecord.) |
|
ttscommit | Commits a transaction that was started by a call to the xRecord.ttsbegin method. (Inherited from xRecord.) |
|
update | Updates the current record. (Inherited from xRecord.) |
|
usageCount | Retrieves the current number of references to the object by using the value of the reference counter. (Inherited from xRecord.) |
|
validateDelete | Checks whether the current record is valid and ready to be deleted from the database. (Inherited from xRecord.) |
|
validateField | Checks whether the specified field is valid. (Inherited from xRecord.) |
|
validateFieldValue | (Inherited from xRecord.) |
|
validateWrite | Checks whether the current record is valid and can be written. (Inherited from xRecord.) |
|
validTimeStateUpdateMode | This method sets valid time state update mode on the pointer. (Inherited from xRecord.) |
|
wait | Pauses a process. (Inherited from Object.) |
|
wasCached | Specifies the location from which the data was retrieved. (Inherited from xRecord.) |
|
write | Creates a new record or updates an existing record. (Inherited from xRecord.) |
|
xml | Retrieves an XML string that represents the current object. (Inherited from xRecord.) |
Fields
| Field | Type | Configuration key | Description |
|---|---|---|---|
| accountType |
Enumeration:
UserAccountType
|
None | |
| autoInfo |
Type:
int
|
None | |
| autoLogOff |
Type:
int
|
None | |
| autoUpdate |
Type:
int
|
None | |
| clientAccessLogLevel |
Type:
int
|
None | |
| company |
Extended Data Type:
SelectableDataArea
Type: String |
None | ID for the company you can select |
| compilerWarningLevel |
Enumeration:
CompilerWarningLevel
|
None | |
| confirmDelete |
Type:
int
|
None | |
| confirmUpdate |
Type:
int
|
None | |
| credentialRecId |
Type:
int64
|
None | |
| debuggerPopup |
Type:
int
|
None | |
| debugInfo |
Type:
int
|
None | |
| defaultPartition |
Enumeration:
boolean
|
None | (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R2 (SYS)) |
| DEL_defaultModelId |
Type:
int
|
None | |
| DEL_osAccountName |
Type:
str
|
None | |
| DEL_password |
Type:
str
|
None | |
| DEL_startupMenu |
Extended Data Type:
UtilElementName
Type: String |
None | Name of the application element. |
| enable |
Enumeration:
boolean
|
None | |
| enabledOnce |
Enumeration:
boolean
|
None | |
| externalUser |
Enumeration:
boolean
|
None | |
| filterByGridOnByDefault |
Enumeration:
boolean
|
None | |
| formFontName |
Type:
str
|
None | |
| formFontSize |
Type:
int
|
None | |
| garbagecollectlimit |
Type:
int
|
None | |
| generalInfo |
Type:
int
|
None | |
| globalExcelExportFilePath |
Type:
str
|
None | (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R2 (SYS)) |
| globalExcelExportLocation |
Type:
int
|
None | |
| globalExcelExportMode |
Type:
int
|
None | |
| globalFormOpenMode |
Type:
int
|
None | |
| globalListPageLinkMode |
Type:
int
|
None | |
| helplanguage |
Extended Data Type:
InstalledLanguageId
Type: String |
None | |
| historyLimit |
Type:
int
|
None | |
| homePageRefreshDuration |
Type:
int
|
None | |
| id |
Extended Data Type:
UserId
Type: String |
None | ID for the user |
| infologLevel |
Type:
int
|
None | |
| issuerRecId |
Type:
int64
|
None | |
| language |
Extended Data Type:
InstalledLanguageId
Type: String |
None | |
| messageLimit |
Type:
int
|
None | |
| name |
Extended Data Type:
UserIdStr
Type: String |
None | Name |
| networkAlias |
Extended Data Type:
NetworkAlias
Type: String |
None | |
| networkDomain |
Extended Data Type:
NetworkDomain
Type: String |
None | |
| notifyTimeZoneMismatch |
Enumeration:
boolean
|
None | |
| Partition |
Extended Data Type:
Partition
Type: Int64 |
None | (This field applies only to the following version(s): Microsoft Dynamics AX 2012 R2 (SYS)) |
| preferredCalendar |
Enumeration:
PreferredCalendar
|
None | |
| preferredTimeZone |
Enumeration:
Timezone
|
None | |
| propertyFontName |
Type:
str
|
None | |
| propertyFontSize |
Type:
int
|
None | |
| querytimeLimit |
Type:
int
|
None | |
| RecId |
Extended Data Type:
RecId
Type: Int64 |
None | |
| recVersion |
Extended Data Type:
RecVersion
Type: Integer |
None | |
| reportBottomMargin |
Type:
str
|
None | |
| reportFontName |
Type:
str
|
None | |
| reportFontSize |
Type:
int
|
None | |
| reportLeftMargin |
Type:
str
|
None | |
| reportRightMargin |
Type:
str
|
None | |
| reportTopMargin |
Type:
str
|
None | |
| showAOTLayer |
Type:
int
|
None | |
| showModelNameInAOT |
Type:
int
|
None | |
| showStatusLine |
Type:
int
|
None | |
| showToolbar |
Type:
int
|
None | |
| sid |
Extended Data Type:
Sid
Type: String |
None | |
| startupProject |
Extended Data Type:
UtilElementName
Type: String |
None | Name of the application element. |
| statuslineInfo |
Type:
int
|
None | |
| toolbarInfo |
Type:
int
|
None | |
| traceInfo |
Type:
int
|
None |
Field Groups
Relations
Indexes
Security Note
Use of this table could lead to an Elevation of Privileges attack or a Denial of Service attack. Therefore, the AOSAuthorization property is set to an enumeration value of CreateDelete. The Application Object Server authorizes each create and delete action on the table by confirming that the current user has permission to perform the requested operation on that table. If the user who initiates the operation is not authorized to perform the operation, an exception occurs.
Top