Search found 204 matches

Go to advanced search

by Paul Medawar
Wed Jul 26, 2017 6:31 pm
Forum: Issues
Topic: Calling services at the same time
Replies: 6
Views: 1501
 
Jump to post

Calling services at the same time

Hi, I have an array of 6 values saved to local storage, and want to save each of those values to a separate row in my database. I've got 6 separate rest services for each indexed item. Should I call all 6 rest services at the same time. Or is it better to call the first service, then on service comp...
by Paul Medawar
Wed Jul 26, 2017 11:15 am
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

Hi Serhii, ok can you help me with the database structure for the example you give in your documentation, so I can understand https://docs.appery.io/reference#serv... --------------------------- The following examples finds all students who are transfer students and the update sets their major to un...
by Paul Medawar
Wed Jul 26, 2017 5:57 am
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

Hi, any update on this?

by Paul Medawar
Mon Jul 24, 2017 4:59 pm
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

any update for this?

by Paul Medawar
Sun Jul 23, 2017 8:57 am
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

Hi Serhii, The database column is not a pointer, it's an array. Your documentation https://docs.appery.io/reference#serv... has the following example --------------------------- The following examples finds all students who are transfer students and the update sets their major to undecided. This exa...
by Paul Medawar
Sat Jul 22, 2017 8:46 am
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

I've also tried var dbApiKey = "********************"; var result = Collection.multiUpdateObject(dbApiKey, "EntriesArray", '{Selection:{Player:"JOHNSON"}', null, { "$set": {"Selection" :{"Points":"11"}} }); with the following erro...
by Paul Medawar
Sat Jul 22, 2017 7:44 am
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

Hi Serhii, 1 I'm trying the following ------------ var dbApiKey = "**********************"; var result = Collection.multiUpdateObject(dbApiKey, "EntriesArray", '{User: "Frank"}', null, { "$set": {"Selection.Points":"11"} }); ------------ an...
by Paul Medawar
Fri Jul 21, 2017 10:07 am
Forum: Issues
Topic: multiUpdateObject Array from example
Replies: 11
Views: 1343
 
Jump to post

multiUpdateObject Array from example

I'm trying to use this example from your multiUpdateObject reference var dbApiKey = "57928860e4b00ef864f3dc24" var result = Collection.multiUpdateObject(dbApiKey, "Student", '{isTransferStudent: true}', {"major": {'name':'undecided'} }); I have two columns in a collecti...
by Paul Medawar
Tue Jul 18, 2017 2:32 pm
Forum: Issues
Topic: localstorage.clear on logout
Replies: 2
Views: 612
 
Jump to post

localstorage.clear on logout

thanks Illya

by Paul Medawar
Tue Jul 18, 2017 7:41 am
Forum: Issues
Topic: localstorage.clear on logout
Replies: 2
Views: 612
 
Jump to post

localstorage.clear on logout

Hi, I'm using localStorage.clear(); on logout, primarily to clear the users "userSessionToken" LSV. I've noticed that this initially clears the "pushNotificationDeviceID" LSV also. Is the "pushNotificationDeviceID" automatically picked up again somehow, or do I need to ...

Go to advanced search