I have a valuelist based on a relationship where the relationship evaluated 2 values.
The valuelist shows orders belonging to a customer based on the fact that they are not yet invoiced. (customerid == customerid and invoiceid == null).
I can add and delete orders from that list. When I delete an order from the invoice the invoiceid in that order is made null again.
I then found the following. The valuelist is perfectly updated when I add an order to the invoice. The invoiceid gets filled up and the next time I open the form with that valuelist the valuelist doesn’t show that order anymore.
Unfortunately when I delete an order from the list (and make invoiceid null) the order should be added to the valuelist again but is not added until I restart the solution…