We are using CRM 4.0 to run a consulting business. Its working pretty
well but we want to simply the way we are doing some things. What we
want to do is create an Order (salesorder) with multiple Order
Products (salesorderdetal). So good so far.
Next I want to be able associate each Order Product (salesorderdetail)
with a Service Activity (serviceappointment), this representing that
this billable line item in the order is actually going to be fulfilled
as a consuting engagement.
The problem is, I can't seem to be able to create an association
between the Order Product (salesorderdetail) and Service Activiy
(serviceappointment). It simply doesn't appear in the drop downlist.
Can anyone think of a reason for this? I've seen some posts about
relating field mapping between Quote Product, Order Product,
Opportunity Product and Invoice Product, but that isn't quite what I
am after.
Any suggestions greatfully received - even if it is an explaination of
why its not possible.
Excuse my typos :)
Once this Entity is published, you will be able to link (albeit indirectly)
Order Product records with Service Activities by going into either records
left navigation pane and click on "Associated Order Product" (or whatever you
name this relationship.
--
MD
"Mitch Denny" wrote:
> .
>
Thanks so much for this advice. I'll have a look at this on my CRM
sandbox. Hopefully it will solve my problem. I'm thinking I might name
the entity "Engagement" (Display Name). In fact this could work quite
nicely...
> > .- Hide quoted text -
>
> - Show quoted text -
What this means is you will not be able to see related service activities
from the order lines because the quote order and invoice product (lines)
entities are what MS refers to as 'tier2' entities, therefore ability to
create 1:N relationships from these entities is restricted, as well as many
workflow actions on them.
The suggested workaround works if you plan for and expect to see a lookup
field on each order line, that refers to your service activity, and only one
service activity per order line. So, just to be clear, N:1 FROM the order
line.
If you have a complex method of product configuration that requires you more
fully use the quote, order or invoice detail lines, I would seriously
consider re-creating all of these entities to give you more freedom over what
types of relationships you can create in your data model, as well as use
native workflow on these entities. What you give up in this method is of
course the ability to leverage the native price calculations written into the
product for quote/order/invoice lines rolling up to the header, but if you
need these types of calculations they can be easily created using CRM 4.0's
plug-in model.
Best,
Michael D. Mayo
"Mitch Denny" wrote:
> .
>