For example, i have an entity with four fields.
Field A is linked with a different entity, lets say client
Field B is linked with a different entity, lets say area
Field C is a currency value that the user enters
Field D is a currency value, that has to be calculated
I would like to have a total of field C saved to all records that have matching client and area.
I tried making a hook with two loops to first count and in the second loop save but i cant seem to make that work
So i tried a bpm with to sequential workflows but i cant seem to get the value over to the next workflow.
Anybody an idea?
Field A is linked with a different entity, lets say client
Field B is linked with a different entity, lets say area
Field C is a currency value that the user enters
Field D is a currency value, that has to be calculated
I would like to have a total of field C saved to all records that have matching client and area.
I tried making a hook with two loops to first count and in the second loop save but i cant seem to make that work
So i tried a bpm with to sequential workflows but i cant seem to get the value over to the next workflow.
Anybody an idea?
Comment