I am totally new to CRM
. I am doing a code review.
The code is comparing value of Microsoft.Xrm.Sdk.OptionSetValue.Value
with 100000002
.
I believe, 100000002
represents whether the Sales Order is completed (or some other state for Sales Order). I want to know from where can I find the values for Microsoft.Xrm.Sdk.OptionSetValue.Value
?
I mean to ask from where can I get valid set of values for Microsoft.Xrm.Sdk.OptionSetValue.Value
?
Thanks in advance!