CuesService Class [AX 2012]
The CuesService class provides the X++ service implementation for access to cue data and runtime methods.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| DeleteCueFromGroup | Deletes the cue from a group. |
| DeleteCueGroup | Deletes the cue group. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillCueDataContract | Fills the CueData object by using the SysCue row. |
| fillCuePersonalizationDataContract | Fills the cue personalization data contract. |
| fillModeledCueDataContract | Fills the cue data contract. |
| GetAvailableCues | Retrieves the available cues. |
| GetCue | Gets the cue for either the cue ID or the modeled cue name. |
| GetCueCount | Retrieves the count of the specified cue. |
| GetCueGroup | Gets the cue group data for the specified cue group ID. |
| GetCueGroupRecId | Gets the cue group record ID. |
| GetCueSum | Calculates the sum for the specified cue. |
| GetLoadedCueGroup | Looks up the CueGroupData and populates the cues and their calculated values. |
| GetLoadedModeledCueGroup | Looks up the CueGroupData object and populates the cues and their calculated values. |
| GetModeledCueCount | Gets the modeled cue count. |
| GetModeledCueSum | Gets the modeled cue sum. |
| GetNewCueGroup | Retrieves a new cue group. |
| GetSumFieldList | Gets a list of the table or fields in the query that can be summed on. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| 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.) |
| SaveCuePersonalizationRow | Saves the personalization row for the specified cue. |
| 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.) |
| UpdateCueGroup | Updates the name and order of the cues in the specified cue group. |
| 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.) |
| ::GetAvailableModeledCueNames | Gets the available modeled cue names. |
| ::GetCueGroupMetadata | Gets the metadata of the cue group. |
| ::GetCueMetadata | Gets the metadata of the cue. |
| ::GetModeledCueNames | Gets the names of modeled cues. |
| ::GetSerializedModeledCueGroupValues | Looks up the CueGroupData object and retrieves the Cues calculated values in a serialized format. |
| ::GetSumFields | |
| ::modeledCueHasRights | Indicates whether the user has rights to the menu item of the cue. |
| ::UpdateCuePart | Updates the Cue part or Fact Box to display the correct values. |
Community Additions
ADD
Show: