New Post: Field type Choice with the option multiple selections enabled.
Hi, I don't find the right syntax for the field type Choice with the option multiple selections enabled. Can you help me? var sVal = ['N1','M1','M2'] var query = new...
View ArticleNew Post: LookupId='FALSE' how to write in CAMLJS ?
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...
View ArticleCreated Unassigned: CamlJs ToString undefined error [9]
I am running a simple CamlJs, it works from Chrome Console and from the Chrome Extension. However when I try from a Content Editor Webpart (Sharepoint Online / O365) it gives me an error.```<script...
View ArticleCommented Unassigned: CamlJs ToString undefined error [9]
I am running a simple CamlJs, it works from Chrome Console and from the Chrome Extension. However when I try from a Content Editor Webpart (Sharepoint Online / O365) it gives me an error.```<script...
View ArticleNew Post: Documentation
Hello. I have noticed that there is no documentation available whatsoever, and it is really time consuming figuring out how to do the simplests queries. I know the documentation section says that it's...
View ArticleCreated Unassigned: CamlBuilder.FromXml().ModifyWhere() not working correctly...
example:var q = CamlBuilder.FromXml('<View><Query><Where><IsNotNull><FieldRef Name="Title" /></IsNotNull></Where><OrderBy><FieldRef Name="Title"...
View ArticleCommented Unassigned: CamlBuilder.FromXml().ModifyWhere() not working...
example:var q = CamlBuilder.FromXml('<View><Query><Where><IsNotNull><FieldRef Name="Title" /></IsNotNull></Where><OrderBy><FieldRef Name="Title"...
View ArticleNew Post: Order By modification
Hi, It would be great to implement something for modifying existing OrderBy string in the CamlBuilder.FromXml. Thank you
View ArticleCommented Unassigned: CamlJs ToString undefined error [9]
I am running a simple CamlJs, it works from Chrome Console and from the Chrome Extension. However when I try from a Content Editor Webpart (Sharepoint Online / O365) it gives me an error.```<script...
View ArticleNew Post: How to write a join of join
Are there a way to get a lookup from lookup? I have a people list with a lookup to departments list and inside departments i have a lookup to the list localisations. How to get the three informations...
View ArticleCreated Unassigned: Operation is not valid due to the current state of the...
Hi I'm trying to write this simple caml query (just getting all items)'<View><Query><OrderBy><FieldRef Name="ID"...
View ArticleUpdated Wiki: Home
Project moved to https://github.com/andrei-markeev/camljs Project DescriptionSimplifies creation of SharePoint CAML queries for client-side scripts. Can be used with either SharePoint Client Object...
View ArticleSource code checked in, #81dbab1c4543f29ea1ec436638da9612c2ad3eee
Merge branch 'master' of https://git01.codeplex.com/camljs
View ArticleNew Post: how to compose query to list having more than 5000 items
how to compose query to list having more than 5000 items?
View ArticleCreated Unassigned: Error loading camljs package into spfx solution [12]
Im trying to load camljs.js ina client webpart using the SharePoint Framework Experience.I am getting the following error*ERROR MESSAGE:***Failed to load component...
View ArticleCommented Unassigned: Error loading camljs package into spfx solution [12]
Im trying to load camljs.js ina client webpart using the SharePoint Framework Experience.I am getting the following error*ERROR MESSAGE:***Failed to load component...
View ArticleNew Post: Looking between 2 dates
Hello, I come today for some help, I'm trying to get result between two dates So far the only thing I can think of is _var variable1 = sessionStorage.getItem('variable1'); var variable2 =...
View Article