I created a dialog doing the following:
Mail: main dialog:
- Show a page
- Customer: lookup field
- Type: option set
- Product: option set
- Create new record from data in different entity "request"
- Prevent going back by opening new child dialog
Child dialog:
- Show link to new created record (here is the problem)
- End dialog
Is it possible to pass the guid/link of the new created record to the child dialog? The user should be able to get a clickable link where he can open the new record.