cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this solution

The SDK currently doesn't natively support returning these custom fields.  However, you can either read the post fields directly without using the SDK, or you could modify the SDK to add this ability.  If you are willing to modify the SDK, you could simply change the FindKey method in SIMResponse to be public.  You could then access any custom field with SIMResponse.FindKey(<keyName>).

View solution in original post

Who Me Too'd this solution