smmAssociationLink Class [AX 2012]
| Method | Description | |
|---|---|---|
| addActivityRangesForCases | This will add ranges for the cases that are assigned to an activity through the activity parent link. |
| addCaseAssociationRanges | The range to display the associations for a case. |
| addRelatedCaseRanges | The ranges for the cases that are related to an entity, that is, leads, opp, and so on. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| 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 | Creates a new instance of the class. |
| 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.) |
| 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.) |
| ::createCaseAssociation | This method will create a case association record. |
| ::createCaseAssociationsForSetOfRecords | This method will create case associations for the specified set of records. |
| ::createCaseAssociationWithRelations | Creates the association / associations accordingly to the entity type. |
| ::doesCaseAssociationExist | Determines whether a CaseAssociation record exists by using on the specified information. |
| ::entityType2FieldId | Get the field ID for the corresponding entity. |
| ::entityType2FieldName | Get the field name for the entity |
| ::entityType2TableId | Get the table ID for the corresponding entity. |
| ::performJumpRef | Performs jumpref on the basis of the link record. |
| ::performLookup | Perform the lookup based on the case association entity type. |
| ::performWhereUsedAnalysis | Performs opening of the EngChgCaseWhereUsedAnalysis form on the basis of the link record. |
| ::tableId2EntityType | Gets the entity type based on the table. |
Community Additions
ADD
Show: