- relationship with custom entity
- Posted by Alfa on January 16th, 2006
I have created a custom entitiy with activities. I have created a relationsip
with accounts by adding a lookup on the custom entity. Now after creating
activities on the custom entity, I want to be able to see these on the linked
account.. It doesn't work.. Can somebody help?
- Posted by Patrick on January 17th, 2006
This cann't be done using the standard customization features. But it should
still be possible to do using some sdk customization. You would have to
create a custom aspx page. Add this page to the isv.config and ensure the
pass parameter option is set. Next in the aspx retrieve the account id from
the custom entity using the CrmService. Finnaly redirect the user to the
view the activities url would be /sfa/accts/areas.aspx?oId=[Account
Id]&oType=1&security=852023&tabSet=areaActivities. I got this from the Crm
IIS log so I am not sure what the security option does but the rest is ok.
--
Patrick Verbeeten (MCSD)
Lead Developer
Aviva IT http://www.aviva-it.nl
"Alfa" <Alfa@discussions.microsoft.com> wrote in message
news:67F07D5F-42B7-4A8F-BF08-E633C191DA70@microsoft.com...
- Posted by Alfa on January 17th, 2006
Thanks for your reply. But I have seen it work at an early stage with
standard customisation. But now its not working suddenly. I dont know if the
cascading part has anything to say.
"Patrick" wrote: