EngChgCaseProduct::isAssociationOfType Method [AX 2012]

Determines if the entity type of record in CaseAssociationtable is of given type.

server public static str isAssociationOfType(str _associationType)

Run On

Server

Parameters

_associationType
Type: str
Entity type of which is compared to the entity type of records in CaseAssocation table

Return Value

Type: str
Sql string for computing: true if the entity type of record in CaseAssociation is of a given type, otherwise false.
Show: