Hi
I've a problem with custom fields in a button in a related list.. I want one property of the parent entity and the id of the selected child entity. As a result the values are only when I set only one value.
Example:
In a custom Module "Households" is a list of dependent "Persons" I want to add a button to the persons table.
I need BOTH values as a person could be related to more than one household?
Now when I set
None of the values are set.
but all of the following scenarios DO work. So the variable names seem to be correct and the static values for a and b are los set
Is there maybe a script to handle this ?
Can someone provide an example?