Where can I find out what the numeric values are for the orderstatus in CRM?
I'm trying to debug a plugin and saw this line of code, but don't know what 300000000 is equivalent to in terms of order status.
int Orderstatus = postentity.GetAttributeValue<OptionSetValue>("statuscode").Value; if (Orderstatus == 300000000)