sang1285
20th December 2015, 08:07
Hi,

I have a multi occurrence- maintain session.
I am trying to display the records based on a condition (selected from an enum field) using query extension and rebuild query.

The issue I am facing is after the rebuild.query, if any update is done on the session, the update is not recorded and data is not saved.

Can someone tell me what am I missing here.

Thanks,
Sangeeta

sang1285
22nd December 2015, 13:53
The issue was resolved by adding update.occ() after rebuild query.

Thanks

OmeLuuk
22nd December 2015, 18:25
Thanks for sharing, sorry for having to find it out all by yourself.