Bulkedit doesn't work with cross-datastore reference

hi,
i follow the example to add cross-datastore reference, Address, to default User entity. but it seems not working on bulk edit. i got the following exception:
image

the User entity looks like this:
image

and the Address entity:
image

Hello!

Unfortunately, BulkEdit does not support cross-datastore references. But the exception should not be thrown, I’ve created an issue: Haulmont/jmix-data#95

hi @pinyazhin, thanks for your response. i did some digging, and found out it is possible to make the BulkEdit work with cross-database reference fields. I created pull requests for the changes.

1 Like

hi, the second pull request from my previous post is empty. it should be this one:

1 Like