Search found 22 matches

Go to advanced search

by chansdad
Sat Nov 30, 2013 5:51 pm
Forum: Issues
Topic: master detail or including related records from different collections
Replies: 3
Views: 401
 
Jump to post

master detail or including related records from different collections

I have read the documentation . Attached are the screenshots for the collections - students, class, studentclasses I want to set up a form that shows list of students who have not registered for a class and whose state is not false . Ex this form would be useful to suggest a class to a student who i...
by chansdad
Thu Nov 28, 2013 9:57 pm
Forum: Issues
Topic: master detail or including related records from different collections
Replies: 3
Views: 401
 
Jump to post

master detail or including related records from different collections

master detail relationship reg .. I have two collections , a master and a child , much like student and class . Each class can have multiple students . I would like to get a list of all the students in a class by their first name. With a pointer column in class collection that points to student coll...
by chansdad
Wed Nov 27, 2013 11:03 pm
Forum: Issues
Topic: datbase services reg.
Replies: 1
Views: 317
 
Jump to post

datbase services reg.

how do you refresh the already added database services? As we continue to develop the application , we realize we have to either add a column or add a pointer to another collection. But we have already imported the service and using the service . Deleting and readding the service would mean we have ...
by chansdad
Tue Nov 26, 2013 5:25 pm
Forum: Issues
Topic: related collections reg
Replies: 5
Views: 687
 
Jump to post

related collections reg

Never mind . I figured it out

var parmvalue = {"collName" : "linknext_userprofiles","id" : localStorage.getItem("linknextuserid")};
return parmvalue;

Interesintgly i did not have to again do a JSON.Stringify . Object could be passed in the request .

by chansdad
Tue Nov 26, 2013 3:55 pm
Forum: Issues
Topic: related collections reg
Replies: 5
Views: 687
 
Jump to post

related collections reg

Please see the attached screenshot . i highlighed the pntr and when i remove that connection , record gets stored , when i have that connection record does not get stored and the the screen does not move to the next screen .. https://d2r1vs3d9006ap.cloudfront.net/s3_images/990730/scrcapture_inline.J...
by chansdad
Mon Nov 25, 2013 10:58 pm
Forum: Issues
Topic: related collections reg
Replies: 5
Views: 687
 
Jump to post

related collections reg

Thanks .. I created a pointer column and was able to include the object int he query result

When i try to wire the liocal storage id into this pointer column , record is not being saved .

How do i get the id into this pointer column ? from a local storage .

Regards

by chansdad
Mon Nov 25, 2013 9:52 pm
Forum: Issues
Topic: related collections reg
Replies: 5
Views: 687
 
Jump to post

related collections reg

How to get related collections all in one db query ? Let us say I have a students collection and then another collection called class. _id of student collection is in the class collection as student_Id . How do i go about running a query on class collection and include the sudent collection in the r...
by chansdad
Mon Nov 25, 2013 4:25 am
Forum: Issues
Topic: creating a record only when it is not in the database using create service and query service of the database
Replies: 2
Views: 304
 
Jump to post

creating a record only when it is not in the database using create service and query service of the database

never mind , was able to get it to work .. I guess I have to get used to the appery style of wiring the logic.

by chansdad
Mon Nov 25, 2013 3:28 am
Forum: Issues
Topic: creating a record only when it is not in the database using create service and query service of the database
Replies: 2
Views: 304
 
Jump to post

creating a record only when it is not in the database using create service and query service of the database

how to creating record only if the record does not exist . What is the best approach ? I have a db , and using the create service to create the record - this works . I have been trying to use database query service to query for the record and then call the create service only if the query returned h...
by chansdad
Thu Nov 21, 2013 9:07 pm
Forum: Issues
Topic: linkedin plugin , login diaglog from linkedin
Replies: 25
Views: 3455
 
Jump to post

linkedin plugin , login diaglog from linkedin

to put it simply , can you guys share that app you provided the screenshots on your blog .. it will help the developers a lot .Obviously someone wore it and provided the details ..

Go to advanced search