CustomObject photo
Hi I'm trying to upload a photo to a customObject using the acs API. I managed to upload a photo to the 'Photos' Table, but not to the customObject. When running the following code to upload an image...
View ArticleIs anyone see having a problem with custom objects using $in
this is my query code is there any error in it?Cloud.Objects.query({ classname : 'dailyMenu', limit : 20, where : { $and: [ {"placeId": {$in:placeList}}, { "dateString" : dateString } ] } },...
View ArticleCustomObject regex query stopped working with Hebrew
My mobile app (android and iphone) has CustomObject regex query that has been working perfectly for several months. We've recently found that it causes a bug when used with Hebrew characters. It seems...
View ArticleACS Cloud Update CustomObject Using Angular and REST
All, I am using AngularJS with ACS as my back-end and have no problem with the Users and Events objects. I have managed to create a custom object but can't figure out for the life of me how to get it...
View Article