Hello.
Im new to Dynamics and this is probably really simple but I cant get it to work.
When I Add a new line Id like some of the fields to be automatically filled in. For example I want to copy a value from the header into a field on the new line.
I tried to simply do tableA_field = tableB.field; in the Control for AddLine under clicked(); However the fields in the new line is still empty.
What is the correct way of setting line fields to something upon adding them?