LedgerRowDefDesignerCtrl Class [AX 2012]
The LedgerRowDefDesignerCtrl class creates and manages row structures. Most of functionality for the LedgerRowDefDesigner form is provided by this class.
| Method | Description | |
|---|---|---|
| addLine | Creates a structure element from a ledger account, dimension table record, or row structure definition, and adds it as a new node to the tree. |
| addTreeItemDirectly | Improves performance when you add elements from the MainAccount, TmpDimensionValueDetails, or LedgerRowDef tables. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkTreeNodesRelationshipBeforeMove | Provides node relationship information for use in the performance improvement facility, when the tree nodes are moved. |
| childrenCanBeAdded2Line | |
| clearCache | Clears all the internal maps and sets that are used to store cached data. |
| close | |
| copyChildren | Copies sub-branches within one structure or from one structure to another. |
| copyFormatting | Copies formatting from a DimensionAttributeValueFinancialStmt record to a LedgerRowDefLine record that is new. |
| deleteElement | Deletes the selected tree nodes from the structure. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillNode | |
| fillTempMultiSelectionList | Processes multiple drag operations from one of the MainAccount, TmpDimensionValeDetails, or LedgerRowDef source tables to the tree. |
| findAncestor | Determines whether one node is a descendant of another. |
| findLineByRecId | Finds a record from the LedgerRowDefLine table by RecId. |
| findNextError | |
| findPreviousError | |
| getDuplicatesKey | |
| getDuplicatesMap | |
| getIconForTheType | Defines the icon to use for the node in the tree. |
| getOverlayIconForTheType | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasAccounts | Indicates whether the row structure focus contains the ledger account topic. |
| hasChildren | Indicates if the row structure line has subnodes. |
| hasDimensions | Indicates whether the row structure focus contains any Dimension topics. |
| hideDuplicates | |
| importStructure | Copies all elements from one row structure to another instead of creating a Structure type node. |
| init | |
| initImageList | |
| initTables | |
| initTree | Initializes the form tree element in either the normal or simulation mode. |
| moveLine | Moves or copies one tree element under another. |
| new | Initializes a new instance of the LedgerRowDefDesignerCtrl class. |
| node2Value | |
| nodeExists | Determines whether the specified node exists in the control. |
| nodeIsAGroup | |
| 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.) |
| parmCaller | Gets or sets the Caller parameter. |
| parmCheckCheckBox | Gets or sets the CheckCheckBox parameter. |
| parmCurrentGrid | Gets or sets the CurrentGrid parameter. |
| parmDimensionsComboBox | Gets or sets the DimensionsComboBox parameter. |
| parmDimensionTopicsPrioritizer | Gets or sets the DimensionTopicsPrioritizer parameter. |
| parmLastRecordSelected | Gets or sets the LastRecordSelected parameter. |
| parmLedgerRowDef | Gets or sets the LedgerRowDef parameter. |
| parmLedgerRowDef_ds | Gets or sets the LedgerRowDef_ds parameter. |
| parmLedgerRowDefErrorLog_ds | Gets or sets the LedgerRowDefErrorLog_ds parameter. |
| parmLedgerRowDefLine_ds | Gets or sets the LedgerRowDefLine_ds parameter. |
| parmLedgerRowDefSetup_ds | Gets or sets the LedgerRowDefSetup_ds parameter. |
| parmLoadedLinesRecIds | Gets or sets the LoadedLinesRecIds parameter. |
| parmMainAccount_ds | Gets or sets the MainAccount_ds parameter. |
| parmNextErrorButton | Gets or sets the NextErrorButton parameter. |
| parmNodeExpanded | Gets or sets the NodeExpanded parameter. |
| parmPrevErrorButton | Gets or sets the PrevErrorButton parameter. |
| parmRecordAdded | Gets or sets the RecordAdded parameter. |
| parmRootItemIdx | Gets or sets the RootItemIdx parameter. |
| parmSelectedRecId | Gets or sets the SelectedRecId parameter. |
| parmSetupChanged | Gets or sets the SetupChanged parameter. |
| parmShowDuplicatesCheckBox | Gets or sets the ShowDuplicatesCheckBox parameter. |
| parmSimulationCheckBox | Gets or sets the SimulationCheckBox parameter. |
| parmSimulationResult | Gets or sets the SimulationResult parameter. |
| parmTimesUsedMap | Gets or sets the TimesUsedMap parameter. |
| parmTmpDimensionValueDetails_ds | Gets or sets the TmpDimensionValueDetails_ds parameter. |
| parmTmpMultipleSelectionList | Gets or sets the TmpMultipleSelectionList parameter. |
| parmTree | Gets or sets the Tree parameter. |
| parmTreeDragIdx | Gets or sets the TreeDragIdx parameter. |
| parmTreeDragNode | Gets or sets the TreeDragNode parameter. |
| parmVirtualTargetLine | Gets or sets the VirtualTargetLine parameter. |
| recID2idx | |
| removeLine | Removes all selected nodes from the tree. |
| representChildren | The method expands the tree node and shows its children if any. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showAllDuplicates | |
| showDuplicates | |
| simulationResultsExist | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateLinesCache | Updates structure lines in the internal cache. |
| 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.) |
| ::calculateFirstLevelTopicValues | |
| ::checkLoops | |
| ::checkReferences | |
| ::checkSimulateResult | |
| ::construct | |
| ::copyRowDefinition | Copies a row structure to another row structure. |
| ::deleteLines | Deletes structure lines from the database. |
| ::getRecIdsOfTheFullBranch | |
| ::updateHierarchyStatus |
Community Additions
ADD
Show: