Hi everybody,
I have a small problem, I hope you could help me dealing with.
I use two custom entities called "stamps" and "outbox". The "stamps" entity contains 3 records named "head office", "Division North" and "Division South". Each of these records contain number-fields for several used stamps.
The "outbox" entity contains a record for every letter sent from the 3 divisions of our company. Among other info, each record has an enum-field for the division and the used stamp.
My problem is, how can I target the correct record/attribute from within a formula in a workflow?
The trigger works just fine, so I can activate a formula when the record is saved and it contains the wanted division- and stamp-fields. I just don't know how to tell the formula editor how to target the specific record of the "stamps" entity.
When I check the formula within the formula sandbox I can select the target type (i.e. "stamps") and the target (i.e. the record named "head office") which works fine, but how can I parse this into a formula?
Hope you can help me.
Kind regards,
Chris
I have a small problem, I hope you could help me dealing with.
I use two custom entities called "stamps" and "outbox". The "stamps" entity contains 3 records named "head office", "Division North" and "Division South". Each of these records contain number-fields for several used stamps.
The "outbox" entity contains a record for every letter sent from the 3 divisions of our company. Among other info, each record has an enum-field for the division and the used stamp.
My problem is, how can I target the correct record/attribute from within a formula in a workflow?
The trigger works just fine, so I can activate a formula when the record is saved and it contains the wanted division- and stamp-fields. I just don't know how to tell the formula editor how to target the specific record of the "stamps" entity.
When I check the formula within the formula sandbox I can select the target type (i.e. "stamps") and the target (i.e. the record named "head office") which works fine, but how can I parse this into a formula?
Hope you can help me.
Kind regards,
Chris
Comment