Search found 27 matches

Go to advanced search

by Woody
Thu Jun 18, 2015 5:20 pm
Forum: Issues
Topic: How do I transfer an app to another user?
Replies: 1
Views: 250
 
Jump to post

How do I transfer an app to another user?

I'd like to transfer the code and the database to another user without transferring the entire account.

What is the best way to do that?

by Woody
Thu Dec 25, 2014 5:37 am
Forum: Issues
Topic: Services for insert, update, delete of subdocuments objects in an array
Replies: 4
Views: 465
 
Jump to post

Services for insert, update, delete of subdocuments objects in an array

DB collections only provides GUID for the parent ("Project" in my case). I am storing child objects ("Areas") as an array within the parent collection. As such (as far as I know), the DB doesn't create a an identifier for each child in the array. My original, always on-line imple...
by Woody
Thu Dec 25, 2014 1:32 am
Forum: Issues
Topic: Services for insert, update, delete of subdocuments objects in an array
Replies: 4
Views: 465
 
Jump to post

Services for insert, update, delete of subdocuments objects in an array

I dont' know if I took the right approach but here's what I did and it does "work": ul liPerform all child (Area) actions through Update service on parent (Project) /liliGenerate a GUID for all child records via javascript /liliGet all children and search within array to find the child (Ar...
by Woody
Wed Dec 24, 2014 5:08 pm
Forum: Issues
Topic: Services for insert, update, delete of subdocuments objects in an array
Replies: 4
Views: 465
 
Jump to post

Services for insert, update, delete of subdocuments objects in an array

KUDOS Thanks for a great tool and support. After one week I've managed to create a working piece of software. BACKGROUND However, given that I was new to Mongodb, I had made the classic relational model of Master-Detail tables (documents). I have "Projects" with multiple "Areas"....
by Woody
Sat Dec 20, 2014 4:20 pm
Forum: Issues
Topic: Javascript to select radio button on database query not working after upgrade
Replies: 16
Views: 1925
 
Jump to post

Javascript to select radio button on database query not working after upgrade

I had same basic question as original post but the answer seemed complicated. With the help of stackoverflow may I suggest the database value ("Type" in his case) should be mapped to mobileradiogroup_31's "Selected" property and the following js should be used: code$("input[...
by Woody
Fri Dec 19, 2014 8:17 pm
Forum: Issues
Topic: Copy page values to local storage
Replies: 0
Views: 331
 
Jump to post

Copy page values to local storage

Before I post a document to the database I need to do some calculations. As such, I want to copy the page values to local storage, do calculations, then subsequently post local storage variables to the database. To that end, I'd like to create a page service to map all the page values to local stora...
by Woody
Thu Dec 18, 2014 11:12 pm
Forum: Issues
Topic: printing collection structures
Replies: 9
Views: 784
 
Jump to post

printing collection structures

In Chrome I was able to copy the "wide" table in the database tab, paste in Google Sheets, then copy again and Paste Special Transpose

by Woody
Tue Dec 16, 2014 5:12 am
Forum: Issues
Topic: Adding security to external call to Appery database collection's Rest API
Replies: 2
Views: 338
 
Jump to post

Adding security to external call to Appery database collection's Rest API

Thanks. I didn't know about the DB Master Key.

by Woody
Mon Dec 15, 2014 5:43 pm
Forum: Issues
Topic: Adding security to external call to Appery database collection's Rest API
Replies: 2
Views: 338
 
Jump to post

Adding security to external call to Appery database collection's Rest API

I have a collection called "contacts". It has an ACL column that is made read, write only for the user who has created it. It also has an "owner" column - a pointer back to the users collection. In the Appery app I use both the ACL as well as a "where" clause with the o...
by Woody
Thu Dec 11, 2014 5:15 pm
Forum: Issues
Topic: "TypeError: undefined is not a function" when mapping to a service
Replies: 15
Views: 1460
 
Jump to post

"TypeError: undefined is not a function" when mapping to a service

Well I had to resort to a quick and dirty workaround.

I changed the parameter names without brackets "[ ]"

Then I created a Zapier Zaplet to take the post as a webhook and send off a modified post (parameters with brackets) to HelloSign.

Go to advanced search