Tech Support > Microsoft Windows > Windows CRM > Removal of Entity Navigational Pane Items
Removal of Entity Navigational Pane Items
Posted by Ben on May 15th, 2006


Can anyone spread any light on this problem please??

I have no need of the Existing Products, or Write-in Products menu
items within Invoice and Orders. Does anyone know how to remove them??
And also reorder that list.

Many thanks in advance

Ben

Posted by Jacob on June 5th, 2006


I too had to do this.

To achieve it, I ended up adding some client code to OnLoad event for the
form (ewww):

/* hide Write-In Products */
document.all.navWriteInProducts.style.display = "none";


I'd be thrilled to learn of a better solution, but I hope that helps,
Jacob.

"Ben" wrote:

Posted by Jason Hunt [INVOKE] on June 6th, 2006


That is the only way to do it. Opportunity Products, Quote Products, Order
Products and Invoice Products all inherit their security setting from their
parent entities. Typically, you can just deny everyone privileges to see an
entity and they disappear, it doesn't work for these. Contract Lines work
the same way.

Jason Hunt
Invoke Systems
This posting is provided "AS IS" with no warranties, and confers no rights.


"Jacob" <Jacob@discussions.microsoft.com> wrote in message
news:2D44D1D6-09DB-498C-9B25-5D3509879399@microsoft.com...



Similar Posts