Hi all,
I have the following scenario.
1. Created a solution
2. Created a custom Entity (Lets call it CustomEntity1).
3. Added the existing account entity, created some fields and one calculated field.
4. Added a N:1 relationship from Custom Entity to account Entity. The relationship got added and the lookup field was added on custom entity.
5. When i go to Account entity Under 1:N relationship , i do not see anything
6. Try to use "Add subcomponents", in the dialog see a relationship with name starting with my solution prefix. Try to add the same, also accept the "Yes, include the required components". but it does not add naything.
7. In my account default form the CustomEntity data is shown as a subgrid.
The problem is that now if i use the account form and try to see the data it comes blank, but if i used Advanced view and then in the advanced view clcik the lookupfield, there the data in subgrid id comming.
What am i doing wrong here ?
- Shankar