Is it possible to show the activity modified date on the
Accounts view? I am able to add the modified date to
that view - but that just changes when the actual account
is updated - not when an acitity is added/changed.

Re: Activity modified date by John

John
Sun Jun 27 17:01:10 CDT 2004

the modified ondate is tied specifically to an object such as account etc
Also the views will only show data from each object ie you could not have a
view showing fields from both an activity and account on the same view. You
may have to create a custom view using the SDK to achieve this


"Kelly Hunt" <anonymous@discussions.microsoft.com> wrote in message
news:2037801c4595c$f11d9e90$a601280a@phx.gbl...
> Is it possible to show the activity modified date on the
> Accounts view? I am able to add the modified date to
> that view - but that just changes when the actual account
> is updated - not when an acitity is added/changed.



Re: Activity modified date by anonymous

anonymous
Mon Jun 28 08:24:45 CDT 2004

How would I go about doing this?

>-----Original Message-----
>the modified ondate is tied specifically to an object
such as account etc
>Also the views will only show data from each object ie
you could not have a
>view showing fields from both an activity and account on
the same view. You
>may have to create a custom view using the SDK to
achieve this
>
>
>"Kelly Hunt" <anonymous@discussions.microsoft.com> wrote
in message
>news:2037801c4595c$f11d9e90$a601280a@phx.gbl...
>> Is it possible to show the activity modified date on
the
>> Accounts view? I am able to add the modified date to
>> that view - but that just changes when the actual
account
>> is updated - not when an acitity is added/changed.
>
>
>.
>

Re: Activity modified date by John

John
Mon Jun 28 23:57:24 CDT 2004

You need to be familiar with

asp.net
c#
visual studio.net 2003
CRM SDK

The idea is you create a page or rather an asp.net page that lists all the
activities for the current user that are open. You could display it in a
table format except now you can add other columns like with opportunity it
relates to and more





<anonymous@discussions.microsoft.com> wrote in message
news:2256701c45d13$4725adf0$a401280a@phx.gbl...
> How would I go about doing this?
>
> >-----Original Message-----
> >the modified ondate is tied specifically to an object
> such as account etc
> >Also the views will only show data from each object ie
> you could not have a
> >view showing fields from both an activity and account on
> the same view. You
> >may have to create a custom view using the SDK to
> achieve this
> >
> >
> >"Kelly Hunt" <anonymous@discussions.microsoft.com> wrote
> in message
> >news:2037801c4595c$f11d9e90$a601280a@phx.gbl...
> >> Is it possible to show the activity modified date on
> the
> >> Accounts view? I am able to add the modified date to
> >> that view - but that just changes when the actual
> account
> >> is updated - not when an acitity is added/changed.
> >
> >
> >.
> >