Group rights
ID: 65526
Security Key: AdminTables
Method
Description
aosValidateDelete
(Inherited from xRecord.)
aosValidateInsert
aosValidateRead
aosValidateUpdate
cancelTimeOut
Cancels a previous method call to the Object::setTimeOut Method. (Inherited from Object.)
caption
checkRecord
checkRestrictedDeleteActions
clear
company
concurrencyModel
context
data
dataSource
dbOpInTransaction
delete
disableCache
doClear
doDelete
doInsert
doUpdate
doValidateDelete
equal
executeCachedDisplayMethods
getPresenceFieldData
getTimeOutTimerHandle
Returns the timer handle for the object. (Inherited from Object.)
handle
Retrieves the handle of the class of the object. (Inherited from Object.)
helpField
initValue
insert
isFormDataSource
isTmp
joinChild
joinParent
merge
modifiedField
new
Initializes a new instance of the Object class.. (Inherited from Object.)
notify
Releases the hold on an object that has called a wait method on this object. (Inherited from Object.)
notifyAll
Releases a lock on the object that was issued by a wait method on this object. (Inherited from Object.)
objectOnServer
Determines whether the object is on a server. (Inherited from Object.)
orig
overwriteSystemfields
owner
Returns the instance that owns the object. (Inherited from Object.)
postLoad
queryTimedOut
queryTimeout
readPast
recordLevelSecurity
renamePrimaryKey
reread
RowCount
selectForUpdate
selectLocked
selectRefRecord
selectWithRepeatableRead
setConnection
setTimeOut
Sets up the scheduled execution of a specified method. (Inherited from Object.)
setTmp
setTmpData
skipAosValidation
skipDatabaseLog
skipDataMethods
skipDeleteActions
skipDeleteMethod
skipEvents
Provides an option to turn off calling the Application.event* methods for the life time of the xRecord instance. (Inherited from xRecord.)
skipTTSCheck
suppressWarnings
toolTipField
toolTipRecord
toString
Returns a string that represents the current object. (Inherited from Object.)
ttsabort
ttsbegin
ttscommit
update
usageCount
validateDelete
validateField
validateWrite
wait
Pauses a process. (Inherited from Object.)
wasCached
write
xml
Field
ID
Type
Configuration key
groupId
1
System Data Type: userGroupId
Type: str
None
ID for the user group
domainId
2
System Data Type: domainId
ID for the domain
recordType
3
Enumeration: AccessRecordType
parentId
4
id
5
elementName
6
System Data Type: identifiername
Unique name for the ID
accessType
7
Enumeration: AccessType
accessTypeFkeyUse
8
modifiedDateTime
61440
System Data Type: modifiedDateTime
Type: utcdatetime
dEL_ModifiedTime
61441
System Data Type: dEL_ModifiedTime
Type: int
modifiedBy
61442
System Data Type: modifiedBy
createdDateTime
61444
System Data Type: createdDateTime
dEL_CreatedTime
61445
System Data Type: dEL_CreatedTime
createdBy
61446
System Data Type: createdBy
recVersion
61450
System Data Type: recVersion
RecId
65534
System Data Type: recId
Type: int64
Relation
Table
Lines
DataArea
DataArea Table
AccessRightsList.dataAreaId == DataArea.id
DomainInfo
DomainInfo Table
AccessRightsList.domainId == DomainInfo.id
UserGroupInfo
UserGroupInfo Table
AccessRightsList.groupId == UserGroupInfo.id
UtilIdElements
UtilIdElements Table
AccessRightsList.recordType == 0
AccessRightsList.id == UtilIdElements.id
44 == UtilIdElements.recordType
0 == UtilIdElements.parentId
Index
AllowDuplicates
Enabled
Fields
Element
Yes
Group
No
Use of this table might lead to an Elevation of Privileges attack or a Denial of Service attack. Therefore, the AOSAuthorization property is set to CreateUpdateDelete. The Application Object Server authorizes each create, update, 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 is thrown.