Dynamics CRM Plugin 按照字段类型取值

十进制数    GetAttributeValue<decimal>

浮点数       GetAttributeValue<double>

整数           GetAttributeValue<int>

货币           GetAttributeValue<Money>

选项           GetAttributeValue<OptionSetValue>

两个选项    GetAttributeValue<bool>

时间           GetAttributeValue<DateTime>

LookUp     GetAttributeValue<EntityReference>

文本           GetAttributeValue<string>

状态           GetAttributeValue<OptionSetValue>

猜你喜欢

转载自blog.csdn.net/u012664198/article/details/84036251