I have the following situation:
- The mask Person has a embedded view with documents of form Notes (notes about the person).
- The mask Person has a Person_ID field.
I need an action in the embedded view that do the following actions:
- Creates a new Notes document.
- Reads the field Person_ID from the mask where the view is embedded.
- Stores the value in the new created document in the field Notes_Refto.
- Opens the new document in the edit mask.
Best regards Robert