forms
-
Friday, November 16, 2012 6:34 PM
Crm 2011
is it possible to have a from, with two entities on it.
ie one entity is called clients and one is called configspec
both are linked by field :licence which is unique. in the client form, can i add the configspec in as a tab. if so how ?
Dont ask me .. i dont know
All Replies
-
Saturday, November 17, 2012 10:53 PM
Hi Pete,
You can add a sub-grid with the configspec entity to show the related client records into your form.
Check this article
Regards,
Damian Sinay- Proposed As Answer by Suresh Kumar D V Tuesday, November 20, 2012 4:49 AM
-
Monday, November 19, 2012 9:03 AM
Hi Pete,
Following are the options that you can try:
1. Add SubGrid on Parent entity form to show all the related child record on the form (N:N relationship).
2. Add IFrame on Parent entity form to show related entity form as embedded form (1:1 relationship). You will be able to hide ribbon buttons and left nav.
3. Add Silverlight/HTML web resource on Parent entity form to show only required attributes from the child entity as read only summary.
I hope this might help you.
Thanks,
Gopal K- Proposed As Answer by Suresh Kumar D V Tuesday, November 20, 2012 4:49 AM