Hey there,
For this question I’m currently working on 4408. In specific: I’m revamping the way messages documents are being processed (especially for intermediaries). In co-operation with Martijn, we’ve added a force process button, to force process documents which don’t have linked messages.
The next few things I want to make possible (or already made possible)
- Added a ABZ setting, which disables automatic processing of MI_documents (done)
- Change conditions which say a MI_document is ready to process, to make the force process button conditional on visibility. (done)
- I want to be able to connect the MI_document to a version/definitive insurance.
It looks like the image above, where version is visible when contract reference is selected.
Now on to my question: I forgot how the context in functionalities works. At first I’ve made it that “Version” (as in the image) was connected to message items. But as I stated I want to “upload” certain documents under versions which they belong with. For example I’ve processed message item 2 and 3, but for some reason I have gotten a MI_document, which belongs to version 2, I want to force process this.
This is how it currently is:
I’ve tried multiple things, but I don’t quite get it working. How would I test this in the expression debugger, so I can make “versions” show a list of versions which belongs to the contract reference and how do I do that?
Kind regards.