ReasonFormTable Class [AX 2012]

The ReasonFormTable class enables you to hide or show controls and validate the deletion of records based on which menu item initiated the form.

Syntax

class ReasonFormTable

Run On

Called

Methods

  Method Description
Gg773097.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif datasourceInitValue Applies default values to the reasonTable fields.
Gg773097.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif initControls Hides fields on the Reasons form, based on the menu item from which the form was called.
Gg773097.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg773097.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.)
Gg773097.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.)
Gg773097.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeAsset Gets or sets the AccountTypeAsset parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeBank Gets or sets the AccountTypeBank parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeCust Gets or sets the AccountTypeCust parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeLedger Gets or sets the AccountTypeLedger parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeRAsset Gets or sets the AccountTypeRAsset parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeRCash Gets or sets the AccountTypeRCash parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmAccountTypeVend Gets or sets the AccountTypeVend parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmGeneralBankLGGroup Gets or sets the GeneralBankLGGroup parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonCodeAccountType Gets or sets the ReasonCodeAccountType parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonFormCaption Gets or sets the ReasonFormCaption parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonGridAccountTypeAsset Gets or sets the ReasonGridAccountTypeAsset parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonGridAccountTypeBank Gets or sets the ReasonGridAccountTypeBank parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonGridAccountTypeCust Gets or sets the ReasonGridAccountTypeCust parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonGridAccountTypeLedger Gets or sets the ReasonGridAccountTypeLedger parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonGridAccountTypeVend Gets or sets the ReasonGridAccountTypeVend parameter.
Gg773097.pubmethod(en-us,AX.60).gif parmReasonGridBankLGGroup Gets or sets the ReasonGridBankLGGroup parameter.
Gg773097.pubmethod(en-us,AX.60).gif setControlsVisible Sets the value of the visible property of all referenced controls found within this helper class.
Gg773097.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg773097.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.)
Gg773097.pubmethod(en-us,AX.60).gif validateDelete Validates whether the record passed in can be deleted, based on which module opened the form.
Gg773097.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg773097.pubmethod(en-us,AX.60).gif Gg773097.static(en-us,AX.60).gif ::checkReasonCodeForAccountType Checks whether a reason code is enabled for a specific account type.
Gg773097.pubmethod(en-us,AX.60).gif Gg773097.static(en-us,AX.60).gif ::reasonCodeLookup Displays a filtered version of the Reasons lookup form to the user based on the AccountType and OffsetAccountType parameters.
Gg773097.pubmethod(en-us,AX.60).gif Gg773097.static(en-us,AX.60).gif ::reasonCodeLookupMultipleAccounts Displays a filtered version of the Reasons lookup form to the user based on the AccountType and OffsetAccountType parameters.
Gg773097.protmethod(en-us,AX.60).gif Gg773097.static(en-us,AX.60).gif ::setAccountRange Adds a range to the QueryBuildDataSource class based on the account type to filter by the data source.
Gg773097.protmethod(en-us,AX.60).gif Gg773097.static(en-us,AX.60).gif ::setMultipleAccountRange Adds a range to the QueryBuildDataSource class based on the account type to filter by the data source.

Top

Inheritance Hierarchy

Object Class
  ReasonFormTable Class