BOMDesignerCtrl Class [AX 2012]

Syntax

class BOMDesignerCtrl extends RunBase

Run On

Called

Methods

  Method Description
Gg759762.pubmethod(en-us,AX.60).gif accessBOM
Gg759762.pubmethod(en-us,AX.60).gif accessBOMCalc
Gg759762.pubmethod(en-us,AX.60).gif accessBOMLineDateValid
Gg759762.pubmethod(en-us,AX.60).gif accessBOMVersion
Gg759762.pubmethod(en-us,AX.60).gif accessBOMVersionDateValid
Gg759762.pubmethod(en-us,AX.60).gif accessCheckBOM
Gg759762.pubmethod(en-us,AX.60).gif accessConfigPartOf
Gg759762.pubmethod(en-us,AX.60).gif accessConfigTable
Gg759762.pubmethod(en-us,AX.60).gif accessItemTable
Gg759762.pubmethod(en-us,AX.60).gif accessRoute
Gg759762.pubmethod(en-us,AX.60).gif accessRouteVersion
Gg759762.pubmethod(en-us,AX.60).gif addLine
Gg759762.pubmethod(en-us,AX.60).gif boMid
Gg759762.pubmethod(en-us,AX.60).gif bomRouteVersionPrinciple
Gg759762.pubmethod(en-us,AX.60).gif bomSetInventDimFinal
Gg759762.pubmethod(en-us,AX.60).gif buildOneNode
Gg759762.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif canCheckBOM
Gg759762.pubmethod(en-us,AX.60).gif canDeleteBOM
Gg759762.pubmethod(en-us,AX.60).gif canDragItem2Route
Gg759762.pubmethod(en-us,AX.60).gif canEditBOM
Gg759762.pubmethod(en-us,AX.60).gif canGoBatch Returns false in this class. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif canLockRoute
Gg759762.pubmethod(en-us,AX.60).gif canMoveNode
Gg759762.pubmethod(en-us,AX.60).gif canOpenBOMCalc
Gg759762.pubmethod(en-us,AX.60).gif canOpenBOMVers
Gg759762.pubmethod(en-us,AX.60).gif canOpenConfigPartOf
Gg759762.pubmethod(en-us,AX.60).gif canOpenConfigTable
Gg759762.pubmethod(en-us,AX.60).gif canOpenInventTable
Gg759762.pubmethod(en-us,AX.60).gif canOpenRouteVers
Gg759762.pubmethod(en-us,AX.60).gif canPrintBOM
Gg759762.pubmethod(en-us,AX.60).gif canReleaseRoute
Gg759762.pubmethod(en-us,AX.60).gif canRemoveLink
Gg759762.pubmethod(en-us,AX.60).gif canReReadBOM
Gg759762.pubmethod(en-us,AX.60).gif canReReadRoute
Gg759762.protmethod(en-us,AX.60).gif canSwapBetweenCS Controls whether a calledFrom class that is instantiated on the server should have its prompt executed on the client. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif caption Returns the description from the current class by calling the static description method on the class if there is one. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif checkBOM
Gg759762.pubmethod(en-us,AX.60).gif checkBOMLevel
Gg759762.pubmethod(en-us,AX.60).gif checkCloseDialog Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif cleanupDialog Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif clearAll
Gg759762.pubmethod(en-us,AX.60).gif clearBOM
Gg759762.pubmethod(en-us,AX.60).gif clearRoute
Gg759762.pubmethod(en-us,AX.60).gif configId
Gg759762.pubmethod(en-us,AX.60).gif controlFormatExplain
Gg759762.pubmethod(en-us,AX.60).gif controlImageExplain
Gg759762.pubmethod(en-us,AX.60).gif copyLine
Gg759762.pubmethod(en-us,AX.60).gif countParentPath
Gg759762.pubmethod(en-us,AX.60).gif deleteBOM
Gg759762.pubmethod(en-us,AX.60).gif deleteChildrenCollect
Gg759762.pubmethod(en-us,AX.60).gif deleteNode
Gg759762.protmethod(en-us,AX.60).gif dialog Returns a class that contains the methods that are described by the RunBaseDialogable interface. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogClear Clears the contents of the dialog box. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogInit Initializes the dialog box. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif dialogInternal (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogMake Obtains the dialog from a RunBase class. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif dialogPost Makes it possible to add controls after the main dialog method has been run because this method is called after the dialog method is called. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif dialogPostInit Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogPostRun Called after the Dialog.run Method class. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif dialogReInit Reinitializes the dialog box. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogSelectCtrl When using the dialog class for dialog, this method is called whenever a control is selected. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogTask When using the Dialog Class class for dialog, this method is called from the task method in the dialog form. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogUpdate Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif dialogUpdateQuery Updates the query in the dialog box. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif expandNode
Gg759762.pubmethod(en-us,AX.60).gif formatTxt
Gg759762.pubmethod(en-us,AX.60).gif getBOMDesignerParams
Gg759762.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif getLast Gets the last choice that is stored in the last value table. (Overrides the getLast Method.)
Gg759762.pubmethod(en-us,AX.60).gif getLastChild
Gg759762.pubmethod(en-us,AX.60).gif getParentRouteId
Gg759762.pubmethod(en-us,AX.60).gif getRouteTableCon
Gg759762.pubmethod(en-us,AX.60).gif getRunBase (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif hasChildren
Gg759762.pubmethod(en-us,AX.60).gif imageList
Gg759762.pubmethod(en-us,AX.60).gif imageListState
Gg759762.protmethod(en-us,AX.60).gif inGetSaveLast Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif init Gives RunBase the same profile as, for example, a FormRun class. This method is not used in the standard application. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif initListView
Gg759762.pubmethod(en-us,AX.60).gif initParmDefault Initializes the internal variables. (Overrides the initParmDefault Method.)
Gg759762.pubmethod(en-us,AX.60).gif insertBOM
Gg759762.pubmethod(en-us,AX.60).gif insertBOMRecord
Gg759762.pubmethod(en-us,AX.60).gif insertRoute
Gg759762.pubmethod(en-us,AX.60).gif insertTopNode
Gg759762.pubmethod(en-us,AX.60).gif inventDim Retrieves the related InventDim record for a node.
Gg759762.pubmethod(en-us,AX.60).gif isBOMDateValid
Gg759762.pubmethod(en-us,AX.60).gif isNodeChild
Gg759762.pubmethod(en-us,AX.60).gif isPmfCoByLeaf Indicates whether the node that has the specified ID is in the tree.
Gg759762.pubmethod(en-us,AX.60).gif isPmfCoByNode Indicates whether the node that has the specified ID is in the tree.
Gg759762.pubmethod(en-us,AX.60).gif isPmfIdx Indicates whether the node or leaf that has the specified index exists in the tree.
Gg759762.pubmethod(en-us,AX.60).gif isSwappingPrompt Checks if the program is currently swapping from server to client. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif itemDragShowContextMenu
Gg759762.pubmethod(en-us,AX.60).gif itemId
Gg759762.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif lastValueDesignName (Overrides the lastValueDesignName Method.)
Gg759762.pubmethod(en-us,AX.60).gif lastValueElementName (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif lastValueType (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif lastValueUserId (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif linkActive
Gg759762.pubmethod(en-us,AX.60).gif linkOpr
Gg759762.pubmethod(en-us,AX.60).gif lockRoute
Gg759762.pubmethod(en-us,AX.60).gif moveLine
Gg759762.pubmethod(en-us,AX.60).gif mustDeleteChildrenBOMChange
Gg759762.pubmethod(en-us,AX.60).gif mustLoadSaveQuery Determines whether the last query must be loaded and saved when you leave the form. Called from the SysQueryForm. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif mustShowCheckBOM
Gg759762.pubmethod(en-us,AX.60).gif mustShowDeleteBOM
Gg759762.pubmethod(en-us,AX.60).gif mustShowEditBOM
Gg759762.pubmethod(en-us,AX.60).gif mustShowLockRoute
Gg759762.pubmethod(en-us,AX.60).gif mustShowOpenBOMCalc
Gg759762.pubmethod(en-us,AX.60).gif mustShowOpenBOMVers
Gg759762.pubmethod(en-us,AX.60).gif mustShowOpenConfigPartOf
Gg759762.pubmethod(en-us,AX.60).gif mustShowOpenConfigTable
Gg759762.pubmethod(en-us,AX.60).gif mustShowOpenInventTable
Gg759762.pubmethod(en-us,AX.60).gif mustShowOpenRouteVers
Gg759762.pubmethod(en-us,AX.60).gif mustShowPrintBOM
Gg759762.pubmethod(en-us,AX.60).gif mustShowReleaseRoute
Gg759762.pubmethod(en-us,AX.60).gif mustShowRemoveLink
Gg759762.pubmethod(en-us,AX.60).gif mustShowReReadBOM
Gg759762.pubmethod(en-us,AX.60).gif mustShowReReadRoute
Gg759762.pubmethod(en-us,AX.60).gif mustUpdateDelayedInfo
Gg759762.pubmethod(en-us,AX.60).gif name Returns the name of the RunBase class. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif new Initializes a new instance of the BOMDesignerCtrl class. (Overrides the new Method.)
Gg759762.pubmethod(en-us,AX.60).gif nodeCanHaveBOM
Gg759762.pubmethod(en-us,AX.60).gif nodeImage
Gg759762.pubmethod(en-us,AX.60).gif nodeTxt Creates the description of the individual BOM line with the requested fields that fill a node in the BOM designer control.
Gg759762.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.)
Gg759762.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.)
Gg759762.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif openBOMCalc
Gg759762.pubmethod(en-us,AX.60).gif openBOMForm
Gg759762.pubmethod(en-us,AX.60).gif openBOMFormNodeIdx
Gg759762.pubmethod(en-us,AX.60).gif openBOMVersions
Gg759762.pubmethod(en-us,AX.60).gif openConfigPartOf
Gg759762.pubmethod(en-us,AX.60).gif openConfigTable
Gg759762.pubmethod(en-us,AX.60).gif openInventTable
Gg759762.pubmethod(en-us,AX.60).gif openRouteVersions
Gg759762.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BOMDesignerCtrl class. (Overrides the pack Method.)
Gg759762.pubmethod(en-us,AX.60).gif parmBOMVersionCaller Gets or sets the BOMVersion record.
Gg759762.pubmethod(en-us,AX.60).gif parmCurDropNode Gets or sets the CurDropNode parameter.
Gg759762.pubmethod(en-us,AX.60).gif parmProgress Gets or sets the Progress parameter. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif parmSaveHeight Gets or sets the SaveHeight parameter.
Gg759762.pubmethod(en-us,AX.60).gif parmSaveWidth Gets or sets the SaveWidth parameter.
Gg759762.pubmethod(en-us,AX.60).gif parmTmpBOMRouteTree Gets or sets the TmpBOMRouteTree parameter.
Gg759762.pubmethod(en-us,AX.60).gif pmfAddCoByLine Adds co-products or by-products to a formula.
Gg759762.protmethod(en-us,AX.60).gif pmfAddOverlay Sets the overlay image on the tree node with the node ID value, to the overlay image from the item on the BOM record.
Gg759762.privmethod(en-us,AX.60).gif pmfBuildCoByLeaf Adds a leaf to the co-byproduct tree with the specified index, and the data from the PmfFormulaCoBy record.
Gg759762.privmethod(en-us,AX.60).gif pmfBuildCoByNode Adds the base node for co-byproduct tree and creates the leaves for the tree.
Gg759762.privmethod(en-us,AX.60).gif pmfCoByNodeTxt Builds a description that will be used on a co-byproduct tree node.
Gg759762.privmethod(en-us,AX.60).gif pmfDeleteCoBy This method deletes co-byproducts from a formula.
Gg759762.privmethod(en-us,AX.60).gif pmfGetCoByNode Gets the co-byproducts node that is related to the specified node.
Gg759762.pubmethod(en-us,AX.60).gif pmfInsertCoBy Adds a PmfFormulaCoBy record to the co-byproduct tree.
Gg759762.privmethod(en-us,AX.60).gif pmfInsertCoByRecord Adds a PmfFormulaCoBy record into global maps with the specified ID.
Gg759762.pubmethod(en-us,AX.60).gif pmfMoveCoByLine Indicates whether a move of two specified nodes is completed.
Gg759762.pubmethod(en-us,AX.60).gif pmfNode2BOMFormula Determines the type of node by using the specified index.
Gg759762.pubmethod(en-us,AX.60).gif pmfNodeOverlayImage Finds the overlay image that is related to the InventTable record.
Gg759762.pubmethod(en-us,AX.60).gif pmfOpenCoByForm Opens the PmfBOMDesignerEditCoBy form with a PmfFormulaCoBy record based on the specified node or a PmfFormulaCoBy record on the currently selected node.
Gg759762.pubmethod(en-us,AX.60).gif pmfOpenFormulaForm Opens the BOMDesignerEditBOM form by using a BOM record of based on the specified value or a BOM record on the currently selected node.
Gg759762.pubmethod(en-us,AX.60).gif pmfRefreshCaller Refreshes the caller form.
Gg759762.pubmethod(en-us,AX.60).gif pmfRemoveCoByLine This method removes co-products/by-products from a formula.
Gg759762.privmethod(en-us,AX.60).gif pmfReNumberCoBy Renumbers the co-byproduct lines on a formula.
Gg759762.pubmethod(en-us,AX.60).gif pmfUpdateCoBy Updates the co-byproduct node in the tree object by using new values.
Gg759762.protmethod(en-us,AX.60).gif prepareForRun Allows subclasses to process the dialog box immediately before the dialog box.Run method. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif printBOM
Gg759762.pubmethod(en-us,AX.60).gif progressHide Hides the Progress form. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif progressInit Initializes the Progress object in RunBase. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif progressKill Kills the Progress object in RunBase. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif prompt (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif promptPack Wraps a call to the RunBase.pack Method method when packing in the RunBase.promptPrim Method method. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif promptUnpack Unpacks what the promptPack method has packed. (Inherited from RunBase.)
Gg759762.protmethod(en-us,AX.60).gif putToDialog Enables setting the fields that were just added in the RunBase.dialog Method method. This method is called from the RunBase.promptPrim Method method directly following the RunBase.dialogMake Method method. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif queryRun Returns the QueryRun object, which is used by the QueryPrompt class. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif readAccessRights
Gg759762.pubmethod(en-us,AX.60).gif recId2Node
Gg759762.pubmethod(en-us,AX.60).gif releaseRoute
Gg759762.pubmethod(en-us,AX.60).gif removeLine
Gg759762.pubmethod(en-us,AX.60).gif reNumberBOM
Gg759762.pubmethod(en-us,AX.60).gif reReadBOM
Gg759762.pubmethod(en-us,AX.60).gif reReadRoute
Gg759762.pubmethod(en-us,AX.60).gif reset Resets the class to its default state. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif resetBOM
Gg759762.pubmethod(en-us,AX.60).gif resetRoute
Gg759762.pubmethod(en-us,AX.60).gif routeId
Gg759762.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif runBase Returns the RunBase itself. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif runBaseDialogModifyType_RU (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif saveLast Saves the last choice by using the pack method. (Overrides the saveLast Method.)
Gg759762.pubmethod(en-us,AX.60).gif selectedBOMId
Gg759762.pubmethod(en-us,AX.60).gif selectRoute
Gg759762.pubmethod(en-us,AX.60).gif setBOMInfo
Gg759762.pubmethod(en-us,AX.60).gif setCallerData
Gg759762.pubmethod(en-us,AX.60).gif setNodeBOM
Gg759762.pubmethod(en-us,AX.60).gif setNodeItem
Gg759762.pubmethod(en-us,AX.60).gif setOprLink
Gg759762.pubmethod(en-us,AX.60).gif setRoute
Gg759762.pubmethod(en-us,AX.60).gif setRouteInfo
Gg759762.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif setupChange
Gg759762.protmethod(en-us,AX.60).gif showClearButton Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif showDefaultButton Determines whether a Default button is to be added to the dialog box. If you change the return value to true, it will add the button. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif showDialog (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif showIndexFields If this method returns true, it will look for the first enabled index when you are adding query range fields to the dialog and if a data source does not have any ranges specified. It will also show the visible fields from that index. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif showQuerySelectButton (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif showQueryValues Determines whether a Select button is to be added to the dialog box. If you change the return value to true, the button will be added. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif topNodeBOMId
Gg759762.pubmethod(en-us,AX.60).gif topNodeImage
Gg759762.pubmethod(en-us,AX.60).gif topNodeTxt
Gg759762.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif treeShowContextMenu
Gg759762.pubmethod(en-us,AX.60).gif unlinkOpr
Gg759762.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the BOMDesignerCtrl class. (Overrides the unpack Method.)
Gg759762.pubmethod(en-us,AX.60).gif updateBOM
Gg759762.pubmethod(en-us,AX.60).gif updateSubNodes
Gg759762.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.)
Gg759762.pubmethod(en-us,AX.60).gif validate Validates the state of the internal variables. (Inherited from RunBase.)
Gg759762.pubmethod(en-us,AX.60).gif versionDate
Gg759762.pubmethod(en-us,AX.60).gif versionQty
Gg759762.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg759762.pubmethod(en-us,AX.60).gif Gg759762.static(en-us,AX.60).gif ::construct
Gg759762.pubmethod(en-us,AX.60).gif Gg759762.static(en-us,AX.60).gif ::description Gets the description of the class.
Gg759762.pubmethod(en-us,AX.60).gif Gg759762.static(en-us,AX.60).gif ::itemCanHaveBOM Determines whether an item can have a bill of materials, depending on its default order type.
Gg759762.pubmethod(en-us,AX.60).gif Gg759762.static(en-us,AX.60).gif ::routeCon2RouteTable

Top

Inheritance Hierarchy

Object Class
  RunBase Class
    BOMDesignerCtrl Class