I have the following question.
If I want to create a new portal row, with the following method:
elements.portal_relations_to_fax_70.newRecord()
Indeed a new row appears in the portal. Even the keyfield is correct.
However, if I go to the fax-form it seems that the records not has been added. If I shut down the app. and restart the new record shows up.
I have no problems if I add the second line to my script:
relations_to_fax.relations_fax_id=relations_id
Is this a bug?