Hi All,
We have a bsp application to reject or approve a billing query, that is part of workflow and sits in the inbox. but when users try to open multiple billing query and approve them or forward them, it seems that data is getting mixed between seperate instances of application.
so if a user approves a query and inputs long text 'I approve this', and at the same time if user also opens another query to approve, then that query already opens with the long text in it.
I debugged it and find out that me->model->long_text is picking up same value for another instance too, and so is the case with other fields.
Can you guide me if you have any suggestions about this?
thanks,
Golu