Hey there,
I'm trying to accomplish the following but didn't found a propper way and now I'm whondering wether it's even supporter.
I have an entity "Task" and "Prospect". Prospect has "hasChildren" relation to "Task" (like when you use the basetype "BasePlus").
In a Worklfow (I'm using BPMNs for that), I want to check for a field on the *latest added* Task. So I have to get all linked Task entities, filter them for the latest record and then do something withe the resulting record.
But how can I filter a multiple relation to get one specific object I can reuse in Formular (or even per GUI if thats supported).
Thanks in advance!
Greets, SuperEwald.
I'm trying to accomplish the following but didn't found a propper way and now I'm whondering wether it's even supporter.
I have an entity "Task" and "Prospect". Prospect has "hasChildren" relation to "Task" (like when you use the basetype "BasePlus").
In a Worklfow (I'm using BPMNs for that), I want to check for a field on the *latest added* Task. So I have to get all linked Task entities, filter them for the latest record and then do something withe the resulting record.
But how can I filter a multiple relation to get one specific object I can reuse in Formular (or even per GUI if thats supported).
Thanks in advance!
Greets, SuperEwald.
Comment