私はこのコードを持っています:
new QueryExpression
{
EntityName = "systemform",
ColumnSet = new ColumnSet("name"),
Criteria =
{
Conditions =
{
new ConditionExpression("objecttypecode", ConditionOperator.Equal, "account")
}
}
}
"account"
エンティティの実際のものに置き換えることができObjectTypeCode
、両方のアプローチが機能します。CRMObjectTypeCode
は論理名を介してこれを可能にしますか?