I have a subgrid(custom entity) related to a parent form (account entity).
When the user selects a record in the sub grid and opens the form, I want a value from the parent form to populate in the custom entity's attribute. How do I do that ?
You can use "mappings". You can create mappings in relationships. These mappings can help you to set up fields (of child entity) with values that comes from the parent entity.
You can use "mappings". You can create mappings in relationships. These mappings can help you to set up fields (of child entity) with values that comes from the parent entity.