Quantcast
Channel: CamlJs: SharePoint JavaScript Caml Builder
Browsing all 199 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


New 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 Article


Created 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 Article

Commented 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 Article

New 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 Article


Created 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 Article

Commented 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 Article

New Post: Order By modification

Hi, It would be great to implement something for modifying existing OrderBy string in the CamlBuilder.FromXml. Thank you

View Article


Commented 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 Article


New 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 Article

Created 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 Article

Image may be NSFW.
Clik here to view.

Updated 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 Article

Source code checked in, #cd451a9c89b65ecf1704ad11acfa6af4a9473408

Choice field type

View Article


Source code checked in, #1b0973dc5fe3b5360f96e7f56d551357a8bacc73

Choice field type

View Article

Source code checked in, #81dbab1c4543f29ea1ec436638da9612c2ad3eee

Merge branch 'master' of https://git01.codeplex.com/camljs

View Article


New Post: how to compose query to list having more than 5000 items

how to compose query to list having more than 5000 items?

View Article

Created 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 Article


Commented 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 Article

New 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
Browsing all 199 articles
Browse latest View live