Page 4 of 13

More Detail on using the select menu

Posted: Wed Aug 06, 2014 10:30 pm
by obullei

Hello!

Please pay your attention that bookId must be an identifier record book in the book collection. We kindly ask you to check your bookId.


More Detail on using the select menu

Posted: Thu Aug 07, 2014 1:02 am
by eascards

I get that I need to check the id in the database but I don't recall where I ever entered it so I won't know if it is right or not or which book id to check.


More Detail on using the select menu

Posted: Thu Aug 07, 2014 4:34 am
by obullei

Hello!
Please note that you do not need to set bookId manually, because it is automatically generated. You just need to take the current value of items in the field of "_id"


More Detail on using the select menu

Posted: Thu Aug 07, 2014 1:05 pm
by eascards

Here are the ids that I get. Now what? Image


More Detail on using the select menu

Posted: Thu Aug 07, 2014 11:14 pm
by Yurii Orishchuk

Hi eascards,

Now you need to pass in your "bookId" value from "_id" collection field.

See details:
http://prntscr.com/4amfhd/direct

Currently you pass "Name" field instead of "_id".

Regards.


More Detail on using the select menu

Posted: Thu Aug 07, 2014 11:37 pm
by eascards

Do I do that in the book list service? If so, I want the user to see the name not the id. Image


More Detail on using the select menu

Posted: Sat Aug 09, 2014 3:21 am
by eascards

Update?


More Detail on using the select menu

Posted: Sat Aug 09, 2014 4:28 am
by Illya Stepanov

Hi -

Sorry, could you please clarify what would be the result with above mapping? Is it will be as you're expecting or not?

Please provide detailed screenshots of the whole use case that you're apply.


More Detail on using the select menu

Posted: Sat Aug 09, 2014 12:57 pm
by eascards

This mapping along with the session token in the request tab lists books in the database. This service is invoked upon page load.Image

When there is a value change, it saves LSV.
Image

Now on the search page, I want it to only search for items in what book is selected.
Image

JS from 'where' parameter
Image

Response tab
Image

I don't know which service to apply this to. Image

I was thinking probably list but I ran into the problem stated above.


More Detail on using the select menu

Posted: Sun Aug 10, 2014 7:49 pm
by eascards

??