AccountingDistributionView Class [AX 2012]
The AccountingDistributionView class is a base abstract class for implementations of an accounting distribution view.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| changeAccDistribution | Changes to the active accounting distribution. |
| changeAllocationMethod | Changes the active allocation method of the accounting distribution. |
| changedAccDistributionEventHandler | Handles the event after an accounting distribution is changed. |
| changedAllocationMethodEventHandler | Handles the event after the allocation method is changed. |
| changedLegalEntityEventHandler | Handles the event after the legal entity is changed. |
| changedSourceDocAmountEventHandler | Handles the event after the source document amount is changed. |
| changedSourceDocEventHandler | Handles the event after the source document is changed. |
| changedSourceDocLineItemEventHandler | Handles the event after a line item of the source document is changed. |
| changeLegalEntity | Activates a legal entity when it is changed. |
| changeSourceDocLineItem | Activates a line item in the source document when it is changed. |
| changeSourceDocument | The change source document event handler. |
| changeSourceDocumentAmount | Activates the amount of the source document when it is changed. |
| changingAccDistributionEventHandler | Handles the event before the accounting distribution is changed. |
| changingAllocationMethodEventHandler | Handles the event before the allocation method is changed. |
| changingLegalEntityEventHandler | Handles the event before the legal entity is changed. |
| changingSourceDocAmountEventHandler | Handles the event before the amount of the source document is changed. |
| changingSourceDocEventHandler | Handles the event before the source document is changed. |
| changingSourceDocLineItemEventHandler | Handles the event before the line item of the source document is changed. |
| checkInputParameters | Checks the input parameters. |
| closedViewEventHandler | Handles the event after the view is closed. |
| closeView | Closes the view. |
| closingViewEventHandler | Handles the event before the view is closed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes a new instance of the AccountingDistributionView class. |
| initAccountingDistributionDatasource | Initializes the data source of the accounting distribution form. |
| initAccountingDistributionViewModel | Initializes the view model of the accounting distribution. |
| initControls | Initializes the form controls of the accounting distribution. |
| initExtensionMap | Initializes the extension map of the accounting distribution form. |
| initializedControls | Handles the event after form view controls are initialized. |
| initializedViewEventHandler | Handles the event after the view is initialized. |
| initializeView | Initializes the view. |
| initializingViewEventHandler | Handles the event before the view is initialized. |
| initParmDefault | Initializes the default parameters. |
| initView | Initializes the view. |
| initViewForAccountingDistribution | Initializes the view for the active accounting distribution. |
| initViewForAllocationMethod | Initializes the view for the allocation method of the active accounting distribution. |
| initViewForLegalEntity | Initializes the view for the active legal entity. |
| initViewForSourceDocument | Initializes the view for the active source document. |
| initViewForSourceDocumentAmount | Initializes the view for the amount of the active source document. |
| initViewForSourceDocumentLineItem | Initializes the view for the line item of the active source document. |
| lastValueDataAreaId | Gets the data area to store in the last value data of the form. |
| lastValueDesignName | Gets the report design name to store in the last value data of the form. |
| lastValueElementName | Gets the code element name to store in the last value data of the form. |
| lastValueType | Gets the code element type to store in the last value data of the form. |
| lastValueUserId | Gets the current user identifier to store in the last value data of the form. |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the AccountingDistributionView class. |
| parmAccountingDistributionDatasource | Gets or sets the AccountingDistributionDatasource parameter. |
| parmAccountingDistributionViewModel | Gets the AccountingDistributionViewModel parameter. |
| parmActiveAllocationMethod | Gets the ActiveAllocationMethod parameter. |
| parmCaller | Gets the Caller parameter. |
| parmCallerSourceDocumentHeader | Gets the CallerSourceDocumentHeader parameter. |
| parmCallerSourceDocumentLine | Gets the CallerSourceDocumentLine parameter. |
| saveLastValue | Saves all the current data into the SysLastValue table. |
| setAccountingDistributionDSEditability | Sets the edit privileges for the data source of the accounting distribution. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupDelegates | Sets up the event handling delegates for the object that is calling this method. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter value to an instance of the AccountingDistributionView class. |
| updateAccDistribution | Updates the active accounting distribution record. |
| updatedAccDistributionEventHandler | Handles the event after the accounting distribution is updated. |
| updateViewForAccountingDistribution | Handles the event when the view of the active accounting distribution is updated. |
| updatingAccDistributionEventHandler | Handles the event before the accounting distribution is updated. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: