BudgetPlanLoadAttachment Class [AX 2012]
The BudgetPlanLoadAttachment class finds and starts the attachment on a BudgetPlanHeader document that the user clicked.
| Method | Description | |
|---|---|---|
| addDocumentNumberQueryFilter | Adds the DocumentNumber filter to the filter collection. |
| addHiddenSheet | Adds a hidden worksheet to the newly created BudgetPlanAttachment document. |
| addMatrixFilterElement | Traverses the And clause element collection to find the BudgetPlanScenario filter and then adds the DocumentNumber filter to that clause. |
| applyFilters | Applies the DocumentNumber filter of all the related documents to the current budget plan document. |
| applyMatrixFilters | Applies the current plan’s DocumentNumber value to relevant matrix columns. |
| applyQueryFilters | Applies the DocumentNumber values of all the related documents as query filters. |
| applySpreadsheetDocumentFilters | Applies the DocumentNumber filter. |
| applyWordDocumentFilters | Applies the DocumentNumber filter. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| create | Creates the budget plan attachment document. |
| deleteBudgetPlanAttachmentRecord | Deletes the record of the BudgetPlanAttachment table, and also deletes the file that is associated with the plan header and stage. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getBudgetPlanHeaderFieldDisplayValue | Gets the string display value that is equivalent to the actual field value. |
| getCurrentBudgetPlanningStage | Finds the current BudgetPlanningStage value of the budget plan. |
| getPreviousBudgetPlanningStage | Finds the previous BudgetPlanningStage record ID, based on the current BudgetPlanHeader record. |
| getScenarioNameCollection | Builds a list of BudgetPlanScenario names that are associated with the current budget plan. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| launchApplicationForFile | Launches an application to open the file at the OS level. |
| load | Loads the appropriate budget plan document. |
| 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.) |
| parmBudgetPlanHeader | Gets or sets the BudgetPlanHeader parameter. |
| parmBudgetPlanTemplateType | Gets or sets the BudgetPlanTemplateType parameter. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::budgetPlanningConfigurationModified | Completes additional processing when the BudgetPlanningConfiguration table is updated. |
| ::construct | Initializes a new instance of the BudgetPlanLoadAttachment class. |
| ::copyFileClientServer | Copies the source file as the target file. |
| ::deleteFileClientServer | Deletes the target file. |
| ::fileExistsClientServer | Determines whether a file exists at the given folder location. |
| ::findAttachment | Finds the BudgetPlanAttachment file. |
| ::folderExistsClientServer | Determines whether a folder path exists. |
| ::getBudgetPlanAttachmentLink | Determines the budget plan attachment’s link for the current stage. |
| ::main | Provides an entry point for the BudgetPlanLoadAttachment class when it is called from a menu item. |
| ::mainServer | Provides an entry point for BudgetPlanLoadAttachmentclass when it is called from Enterprise Portal for Microsoft Dynamics AX. |
| ::parentBudgetPlanHeaderModified | Completes additional processing that is required when the ParentBudgetPlanHeader field of a BudgetPlanHeader record is modified. |
| ::updateParentBudgetPlanAttachmentStatus | Updates the status of the BudgetPlanLoadAttachment records that are associated with the specified BudgetPlanHeader record. |
Community Additions
ADD
Show: