Quantcast
Channel: CamlJs: SharePoint JavaScript Caml Builder
Viewing all articles
Browse latest Browse all 199

New Post: LookupId='FALSE' how to write in CAMLJS ?

$
0
0
In SharePoint Online (2016), it is possible to use in Managed Metadata text values instead of Integer. Note LookupId='FALSE' and Value Type='Text'. How can I implement the following code in camljs?
<Where>
    <In>
        <FieldRef LookupId='FALSE' Name='Tag' />
        <Values>
            <Value Type='Text'>Anything</Value>
            <Value Type='Text'>Something</Value>
        </Values>
    </In>
</Where>

Viewing all articles
Browse latest Browse all 199

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>