-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the calculated field is updated, pubSub does not work #116
Comments
It was reported that pubSub does not work when just a new value is picked from the pick applet, and the record is saved (AK) (maybe this issue could be reproduced only with the not immediate post change field? ). As far as I remember, the cp was skipped because it was received when the mvg/pick applet "opened" on the not-committed record. |
Actually yesterday I faced an issue that Siebel can send several SWE_PROP_BC_NOTI_STATE_CHANGED notifications with 'cp' state set either to 0 and to 1 (within single notification session). As a result UI was updated like the record was already saved, while actually it wasn't. The issue raised in an applet with complicated series of calculation while creating new record, triggering its 'commit pending' state back and forth several times. |
@ostgals Please can you make a PR with the SWE_PROP_BC_NOTI_END workaround for the |
@esneko Yes, currently we have implemented this workaround as custom React hook. But I'll try to find time and to create PR to nexus-bridge next week. |
SWE_PROP_BC_NOTI_NEW_RECORD_DATA is not honoured
The text was updated successfully, but these errors were encountered: