Hi,
I have a Parent form (myParentForm) with the subform : myChildForm.
In myChildForm I have a Formula field using the Lookup field related to myParentForm (this formula is to display a directlink to myParentForm record :
href="http://....../" + input.<LookupField_to_myParentField>
Can you make those formula fields update ?
I know some workarround to make this work, but not so logical...
Thanks !