DimensionDynamicAccountController Class [AX 2012]
The DimensionDynamicAccountController class provides the control interaction logic for any use of the account number control in the user interface that must also support non-ledger accounts.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkForBlockedValue | Determines whether the specified value is blocked and cannot be entered. (Inherited from DimensionController.) |
| clearInvalidSegment | Clears the specified control segment, marks it as invalid, and prevents the user from leaving the segment. (Inherited from DimensionController.) |
| clearReference | Clears the record ID of the DimensionAttributeValueCombination record that is referenced by the dialog field or the table field and reloads a blank control. (Inherited from DimensionController.) |
| control_segmentEntered | Modifies the explicitly implemented segmented entry control segmentEntered method not to require the method to be specified at design time on all uptake forms. (Inherited from DimensionController.) |
| DimensionLinkAllowFieldEdit | Rises when a field is being made editable for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkMarkFieldOptional | Rises when a field is being made optional for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkSetFieldValue | Rises when a field value is being set for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkShowField | Rises when a field is being shown for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAccountStructure | Retrieves the current account structure. (Overrides the getAccountStructure Method.) |
| getAccountTypeValue | Retrieves the account type value. |
| getAttributeValueSet | Gets a container of all dimension attribute values and backing entity instances for the specified value set. (Inherited from DimensionControllerObject.) |
| getDimensionAttributeByControlIndex | Retrieves the dimension attribute ID of a specified index in a control. |
| getHierarchyType | Retrieves the hierarchy type of the current account type. |
| getReference | Gets the record ID of the DimensionAttributeValueCombination record that is referenced by the dialog field or the table field. (Inherited from DimensionController.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValue | Retrieves the value of the specified dimension attribute. (Overrides the getValue Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isNonLedgerAccount | Indicates whether the current account type is a non-ledger account. |
| isValueValidForNonLedgerAccount | Validates that there is a non-ledger account value for the current account type. |
| jumpRef | Provides go to main table functionality. (Overrides the jumpRef Method.) |
| jumpRefDialogField | Jumps to the dialog field when the dialog fields are dynamically added at runtime. (Inherited from DimensionController.) |
| loadAutoCompleteData | Retrieves the autocomplete data for segment lookup purposes. (Overrides the loadAutoCompleteData Method.) |
| loadAutoCompleteDataDialogField | Jumps to the dialog field when the dialog fields are dynamically added at runtime. (Inherited from DimensionController.) |
| loadFromDimensionStorage | Loads a DimensionStorage instance into the control. (Overrides the loadFromDimensionStorage Method.) |
| loadSegments | Loads a segmented value that was previously stored that contains the main account and account structure into the control. (Overrides the loadSegments Method.) |
| loadSegmentsDialogField | Loads the segments from the specified FormSegmentedEntryControl object. (Inherited from DimensionController.) |
| new | Initializes a new instance of the DimensionDynamicAccountController class. (Overrides the new Method.) |
| 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.) |
| parmAccountTypeDialogField | Sets a reference to the DialogField account type. |
| parmAccountTypeField | Sets a reference to the account type field in the current data source. |
| parmControl | Gets or sets the Control parameter. (Overrides the parmControl Method.) |
| parmCurrency | Gets or sets the Currency parameter. |
| parmCustVendModuleDialogField | Sets a reference to the DialogField on the dialog specifying the ModuleInventCustVend information. |
| parmCustVendModuleField | Sets a reference to the field on the data source that specifies the ModuleInventCustVend information. |
| parmDataAreaId | Gets or sets the DataAreaId parameter. (Overrides the parmDataAreaId Method.) |
| parmDataSource | Sets a reference to the data source and field name that links to a DimensionAttributeValueCombination table. (Overrides the parmDataSource Method.) |
| parmDate | Gets or sets the Date parameter. |
| parmDialogField | Sets a reference to and initializes override methods on the DialogField class that contain a value reference to a DimensionAttributeValueCombination record. (Overrides the parmDialogField Method.) |
| parmDimensionAccountStorageUsage | Gets or sets the DimensionAccountStorageUsage parameter. |
| parmDimensionAutocompleteFilter | Gets or sets the DimensionAutocompleteFilter parameter. |
| parmDisableMRU | Gets or sets the DisableMRU parameter. (Inherited from DimensionController.) |
| parmFilterLedgerPostingType | Gets or sets the FilterLedgerPostingType parameter. |
| parmIncludeTotalAccounts | Gets or sets the IncludeTotalAccounts parameter. |
| parmIsChildController | Checks whether the controller is a root-level controller or a child-level controller. (Inherited from DimensionController.) |
| parmIsDefaultAccount | Specifies whether the control presents a default account or ledger dimension pattern when a ledger account is displayed. |
| parmJournalName | Gets or sets the JournalName parameter. |
| parmLockMainAccountSegment | Gets or sets the LockMainAccountSegment parameter. |
| parmPostingType | Gets or sets the PostingType parameter. |
| parmSkipSuspendedAndActiveDateValidation | Gets or sets the SkipSuspendedAndActiveDateValidation parameter. (Inherited from DimensionController.) |
| parmTaxCode | Gets or sets the TaxCode parameter. |
| parmUser | Gets or sets the User parameter. |
| parmValidateBlockedForManualEntry | Gets or sets the ValidateBlockedForManualEntry parameter. (Overrides the parmValidateBlockedForManualEntry Method.) |
| resolveReference | Saves the segmented value combination. (Overrides the resolveReference Method.) |
| resolveReferenceDialogField | Saves the segmented value combination. (Inherited from DimensionController.) |
| segmentValueChanged | Updates the controller when the value of a segment has changed. (Overrides the segmentValueChanged Method.) |
| segmentValueChangedDialogField | Updates the controller when the value of a segment changes. (Inherited from DimensionController.) |
| setDataAreaId | Sets the instance of the DataAreaId class that is used by the controller. (Overrides the setDataAreaId Method.) |
| setDimensionSpecifierValues | Sets the current dimension values, depending on the specified values. |
| setReference | Sets the record ID of the DimensionAttributeValueCombination referenced by the dialog field or table field. (Inherited from DimensionController.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the controller. (Overrides the validate Method.) |
| validateDialogField | Validates the fields. (Inherited from DimensionController.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the DimensionDynamicAccountController class. |
| ::constructForDialog | Creates an instance of the DimensionDynamicAccountController class. |
Object Class
DimensionControllerObject Class
DimensionController Class
DimensionDynamicAccountController Class
DimensionControllerObject Class
DimensionController Class
DimensionDynamicAccountController Class
Community Additions
ADD
Show: