SysClientAnalysisActHandler Class [AX 2012]

The SysClientAnalysisActHandler class supports the auto inference of permissions.

class SysClientAnalysisActHandler

Run On

Called

  MethodDescription
Gg915564.protmethod(en-us,AX.60).gif action2access Translates the requested action to a string.
Gg915564.pubmethod(en-us,AX.60).gif Action2AccessRight Converts the Action Macro value to the AccessRight value.
Gg915564.pubmethod(en-us,AX.60).gif AddedTables Accesses the detected tables.
Gg915564.pubmethod(en-us,AX.60).gif addTable Adds the table and the mapped tables and all the SC/sc tables.
Gg915564.privmethod(en-us,AX.60).gif addTableByName Adds the tables by name.
Gg915564.privmethod(en-us,AX.60).gif BaseModeledDataSource Retrieves the base modeled data source for an inheritance data source.
Gg915564.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg915564.protmethod(en-us,AX.60).gif EvaluateDataSources Processes the data source of the Object node based on the requested action bit value.
Gg915564.protmethod(en-us,AX.60).gif EvaluateEDT Processes extended data type relations in order to detect tables and lookups.
Gg915564.protmethod(en-us,AX.60).gif EvaluateRelations Processes all relations for fields that are bound to a table and adds those related tables.
Gg915564.privmethod(en-us,AX.60).gif EvaluateTable Adds the table and the mapped tables and all the SC/sc tables.
Gg915564.privmethod(en-us,AX.60).gif EvaluateTableMaps Processes the table maps for automatic inference.
Gg915564.privmethod(en-us,AX.60).gif getAccessLevel Processes the request level and data source properties into an effective access level.
Gg915564.pubmethod(en-us,AX.60).gif getMappedTables Analyzes a map to detect the tables.
Gg915564.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg915564.privmethod(en-us,AX.60).gif propertyExists Indicates whether the named property exists.
Gg915564.pubmethod(en-us,AX.60).gif Reset Resets the class to a clean state to infer a new permission set.
Gg915564.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg915564.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This class provides methods to find the tables and lookups that are required to run a form via examining metadata.

This was originally developed as the metadata analyzer permissions tool.

Community Additions

ADD
Show: