H
Harold-Jan Verlee
Guest
You could insert an extra rule action to accomplish this --> FieldData.Value = FieldData.intValue.toString It will iterate through your new FieldData collection and update the Value field with the string converted value you stored in the intValue attribute. I realise this is an extra step as you'll first need to store the interger value from your integer enumerated custom data type, and then use that value to get to a string value. But it works and is not much extra effort.
Continue reading...
Continue reading...