hey !! i am totally new to the mendix i am developing a app that manages the books in the college library here i created a entity named student,book,book_order now when ever a new order is made i need to decrease the quantity of the specific book how can i do this i am totally clueless right here !! Any sort of help is highly welcomed!! thankyou!
asked
sandesh thapa
9 answers
3
Hello Sandesh,
Whenever you are creating an order, decrease the book quantity using change object in the microflow/nanoflow. It will work for you.
Hope my answer helps. Reach me out for any queries.
answered
Abishek Kumar
2
Change microflow parameter to book not book_order
Don’t create new book use the microflow parameter and change object
answered
Abishek Kumar
2
No change the object to book, not the name
answered
Abishek Kumar
0
so in the microflow i should first store the data of order and then use the change object ?? am i doing it right??
answered
sandesh thapa
0
how do i change?? is is like this?? but
answered
sandesh thapa
0
this is ok
answered
sandesh thapa
0
i think i’ve understood now
answered
sandesh thapa
0
but it’s not actually decreasing the quantity
answered
sandesh thapa
0
why is this error popping?? i think i am near to the solutoin