Search found 11 matches

Go to advanced search

by Michael Ochakovsky
Fri Jan 31, 2020 6:18 pm
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

On your reply to (1), are you saying that I need to use Appery DB at least for login purposes, then store the rest of the data (registration) on any secure external db? I like the platform; I am just concerned about the limited storage space, even in the enterprise package + the limited API calls.. ...
by Michael Ochakovsky
Thu Jan 30, 2020 2:39 pm
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

I got it working. I had the list, then query services, but then switched to a read service, and was able to get the data for the current user. Thanks Unrelated issue: do I need to use the Appery 'Users' collection? Here is my issue: Can I store my user login details (username, password); provided in...
by Michael Ochakovsky
Wed Jan 29, 2020 5:26 pm
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

I am also having an issue with the list/quert service: when the service run on update page load event, it fills the fields on the page but with the wrong data. How can this be set so that the list/query service only gets the data for _id or current user. The custom collection containing users profil...
by Michael Ochakovsky
Wed Jan 29, 2020 4:26 pm
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

My issue is passing the _id to the code dynamically. I have the _id saved to a storage variable named: 'myID', which I get from the 'me' service on successful login.

And there is no way to read the value of a LSV via server code, right?

by Michael Ochakovsky
Wed Jan 29, 2020 11:01 am
Forum: Issues
Topic: Query with local storage
Replies: 12
Views: 3434
 
Jump to post

Query with local storage

How do I retrieve all db records for user bill.clinton from the 'UserProfile' collection. I have the current user '_id' saved into the 'myID' LSV. The UserProfile collection has the following records: first_name, last_name, dob, ssnumber, phone_number. etc I have a page with input fields for all of ...
by Michael Ochakovsky
Wed Jan 22, 2020 1:32 am
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

Thanks Serhii, but I do not have a server code for the update. will something like this work: var dbApiKey = "myDBKey"; var result = Collection.updateObject(dbApiKey, "UserProfile", "_id", { "email_address": "a href="mailto:user1@myapp.com" rel=...
by Michael Ochakovsky
Sun Jan 19, 2020 11:26 pm
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

I got this to work thanks to Serhii. I am next trying go find a method for updating all profile related data. I am hoping that Serhii is assigned to help me with this new challenge also; Serhii is the man!

Mike

by Michael Ochakovsky
Sat Jan 18, 2020 3:54 am
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11306
 
Jump to post

UPDATE some columns (ie PATCH)

How can I pass input box data to server code? Let's say that I want my user to update his email address or phone number on record. I navigate the user to an update page with input boxes for each of the records in the collection. The user enters,,, e.g. a new phone number; leaves the rest of the fiel...
by Michael Ochakovsky
Fri Oct 25, 2019 1:25 am
Forum: Issues
Topic: Updating Users, keep getting unauthorized
Replies: 7
Views: 2160
 
Jump to post

Updating Users, keep getting unauthorized

Not much Serhii. my knowledge of js is very limited at this time. I have an app with the default 'Users' collection, where I store each username, password, and a pointer column pointing to: 'to_userdata' Here is my goal: When a user login to the app I want to retrieve and store the login user's poin...
by Michael Ochakovsky
Thu Oct 17, 2019 2:59 am
Forum: Issues
Topic: Updating Users, keep getting unauthorized
Replies: 7
Views: 2160
 
Jump to post

Updating Users, keep getting unauthorized

How do I display all the DB record for the current user on the gui, via a separate label for each db field. Who can answer this without sending me a link? Does anyone on the forum knows how to do this?

Thanks

Go to advanced search