Example #1
0
 public decimal GetDecimalValue(string fieldName)
 {
     return(XrmEntity.GetDecimalValue(GetField(fieldName)));
 }