ExposeVirtualSubColumn Parameter (Connect-DynamicsCRM Cmdlet)
Boolean that exposes a virtual subcolumn to return data in a different format.
Syntax
Connect-DynamicsCRM -ExposeVirtualSubColumn SwitchParameter
Data Type
bool
Default Value
false
Remarks
For example: The statecode column has a virtual subcolumn named statecodename. The value of statecode can be Active or Inactive in string format, or 0 or 1 in int format. If the result is Active("0"), the statecode column in the result set shows 0 and the statecodename column shows Active.