Posted 10/17/2006 4:09:41 PM | | | | We're making a custom entity that has a lookup for Account. From there we need two additional lookups. Each based off the previous lookup. The first lookup (CRM) is based off the Account entity The second lookup is a custom entity (called Project) which is based off the Account entity selected in the CRM lookup. The third lookup is a custom entity (called Phase) which is based off the Project lookup. What is the best and most efficient way of doing this with c360? Thanks, John |
| Posted 10/18/2006 1:55:25 PM | | | | This is a very interesting question. I am currently focussed on making sure the next release of the SDK includes as many defect fixes as possible prior to the next conference so I don't have much time to write a sample but this is definitely a sample that I will create. Off the top of my head, here's what I would do: - Implement the "onchangeEventHandler" for the first lookup control and update the client side "filter" property of the second control based on the user's selection.
- Implement the "onChangeEventHandler" for the second lookup control and update the client side "filter" property of the third control based on the user's selection.
There is a client-side property on the loookup control that was added not long ago when we implemented the filtering on the lookup control but I just realized that it's not documented in the Training Guide. I'll make sure to correct this for the next release as well.
|
| Posted 10/30/2006 10:43:51 PM | | | | |
|