This should be an easy one but for some reason the answer is escaping me.
I am executing a query with joins that includes projected fields (fields from one of the joined lists) using JSOM.
Using server side code, the type of one of these field values is String and has a value in the format of "ID;#Value".
Using JSOM, how do I get the value of this field? When I call the .toString() method on the field value, I get "[object Object]". If I call typeof() on the field value, I get "string". What am I missing?

0 commentaires:
Enregistrer un commentaire