Hello,
I have a custom form where the main datasource is MyTable, which contains i.e: some apartments. As an additional datasource is the LogisticsPostalAddress table - there is a relationship: MyTable.Location == LogisticsLocation.RecId.
In the form, I added buttons to add and edit (standard LogisticsPostalAddressEdit menuitem) address to each apartment - creating a new address works very well. Unfortunately, editing does not work as I expect...
If I add an address to an apartment and immediately click edit - everything works OK. But in case I refresh the format after adding the address, when I try to edit, all the fields on the format that appears are disable/ uneditable....
Could someone please suggest What could be the reason for this?
Thanks.
