DocuActionURL Class [AX 2012]
The DocuActionURL class contains functionality for URL type attachments.
| Method | Description | |
|---|---|---|
| add | (Inherited from DocuAction.) |
| attach | (Inherited from DocuAction.) |
| canArchive | We only store the URL, not any file. (Overrides the canArchive Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canCreate | (Inherited from DocuAction.) |
| canSetup | Shows the URL type description in the DocuType form. (Overrides the canSetup Method.) |
| defaultCheckDocuTable | We do not have to check the DocuTable object for the URL type attachment. (Overrides the defaultCheckDocuTable Method.) |
| defaultDocuTypeGroup | Retrieves the DocuTypeGroup enumeration value for the URL type attachment. (Overrides the defaultDocuTypeGroup Method.) |
| description | Gets the description of the class. (Overrides the description Method.) |
| docuType | (Inherited from DocuAction.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fileType | (Inherited from DocuAction.) |
| findDocuTable | Retrieves the DocuTable record for this document and data table. (Inherited from DocuAction.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasOpen | (Inherited from DocuAction.) |
| hasOption | The URL type does not have to set option. (Overrides the hasOption Method.) |
| hasPrint | The URL type attachment does not need print. (Overrides the hasPrint Method.) |
| insertDocuValue | (Inherited from DocuAction.) |
| needParameters | The URL type is not storing files. Therefore, it does not need parameters. (Overrides the needParameters Method.) |
| 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.) |
| openUrl | Checks and opens a URL. |
| option | (Inherited from DocuAction.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the DocuAction class. (Inherited from DocuAction.) |
| run | Opens the URL with the Infolog.urlLookup method. (Overrides the run Method.) |
| saveDocuType | (Inherited from DocuAction.) |
| setDocuType | (Inherited from DocuAction.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| show | (Inherited from DocuAction.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | (Inherited from DocuAction.) |
| 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.) |
| ::main | Provides an entry point for the DocuActionURL class when it is called from a menu item. |
Community Additions
ADD
Show: