I'm trying to remove a few fields. For instance I want to move the fields
shipping information en freight terms in a quote but the sytem wouldn't let
me.
Is there anyone who can tell me how to remove these fields?

Re: Removing fields by nospam2Newsgroup

nospam2Newsgroup
Mon Dec 20 07:33:37 CST 2004

"Fred" <Fred@discussions.microsoft.com> schrieb im Newsbeitrag
news:ECC499BE-B962-4EFC-A3F7-49C870926EC9@microsoft.com...
> I'm trying to remove a few fields. For instance I want to move the fields
> shipping information en freight terms in a quote but the sytem wouldn't
> let
> me.
> Is there anyone who can tell me how to remove these fields?


Here you are:
"Removing unwanted attributes"
http://blogs.msdn.com/mikemill/archive/2004/12/01/273258.aspx

--
Jürgen Beck
Dipl. Kfm./Wirtschaftsinformatik
MVP für Microsoft CRM und Visual C#
MCSD.NET, MCDBA, MCSE, MCT
Microsoft Business Solutions Certified Master - Microsoft CRM Developer
http://www.Juergen-Beck.de


Re: Removing fields by Fred

Fred
Wed Dec 22 01:13:03 CST 2004

Thanks for your answer bit it is not what i'm searching for. I want to remove
a field from the screen, but I don't want to remove the attribute. For
instance the field freight terms in a quote we do not use so I want to remove
it from the screen. I did it with a lot of fields but this field I cannot
remove.
Maybe you also know the answer on this question.

"Jürgen Beck" wrote:

> "Fred" <Fred@discussions.microsoft.com> schrieb im Newsbeitrag
> news:ECC499BE-B962-4EFC-A3F7-49C870926EC9@microsoft.com...
> > I'm trying to remove a few fields. For instance I want to move the fields
> > shipping information en freight terms in a quote but the sytem wouldn't
> > let
> > me.
> > Is there anyone who can tell me how to remove these fields?
>
>
> Here you are:
> "Removing unwanted attributes"
> http://blogs.msdn.com/mikemill/archive/2004/12/01/273258.aspx
>
> --
> Jürgen Beck
> Dipl. Kfm./Wirtschaftsinformatik
> MVP für Microsoft CRM und Visual C#
> MCSD.NET, MCDBA, MCSE, MCT
> Microsoft Business Solutions Certified Master - Microsoft CRM Developer
> http://www.Juergen-Beck.de
>
>

Re: Removing fields by Matt

Matt
Wed Dec 22 11:03:58 CST 2004

There are some fields that cannot be removed from the forms since they are used
for internal calculations. There is no way around this in the current release
of the product.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Tue, 21 Dec 2004 23:13:03 -0800, "Fred" <Fred@discussions.microsoft.com>
wrote:

Thanks for your answer bit it is not what i'm searching for. I want to remove
a field from the screen, but I don't want to remove the attribute. For
instance the field freight terms in a quote we do not use so I want to remove
it from the screen. I did it with a lot of fields but this field I cannot
remove.
Maybe you also know the answer on this question.

"Jürgen Beck" wrote:

> "Fred" <Fred@discussions.microsoft.com> schrieb im Newsbeitrag
> news:ECC499BE-B962-4EFC-A3F7-49C870926EC9@microsoft.com...
> > I'm trying to remove a few fields. For instance I want to move the fields
> > shipping information en freight terms in a quote but the sytem wouldn't
> > let
> > me.
> > Is there anyone who can tell me how to remove these fields?
>
>
> Here you are:
> "Removing unwanted attributes"
> http://blogs.msdn.com/mikemill/archive/2004/12/01/273258.aspx
>
> --
> Jürgen Beck
> Dipl. Kfm./Wirtschaftsinformatik
> MVP für Microsoft CRM und Visual C#
> MCSD.NET, MCDBA, MCSE, MCT
> Microsoft Business Solutions Certified Master - Microsoft CRM Developer
> http://www.Juergen-Beck.de
>
>


Re: Removing fields from Quote screen by 4crm4

4crm4
Sat May 10 03:41:01 CDT 2008

There are about 10 shipment fields on the quote screen.
Can't I do something in order to not displaying them to the user?
These fields are addresses and dates for shipment ( quote is sent using
fax, shipment is relevant to "order").
I have the highest security roles. I turn the required fiels to not
required but the
deletion form the form is not possible.

"Matt Parks" wrote:

> There are some fields that cannot be removed from the forms since they are used
> for internal calculations. There is no way around this in the current release
> of the product.
>
> Matt Parks
> MVP - Microsoft CRM
>
> ----------------------------------------
> ----------------------------------------
> On Tue, 21 Dec 2004 23:13:03 -0800, "Fred" <Fred@discussions.microsoft.com>
> wrote:
>
> Thanks for your answer bit it is not what i'm searching for. I want to remove
> a field from the screen, but I don't want to remove the attribute. For
> instance the field freight terms in a quote we do not use so I want to remove
> it from the screen. I did it with a lot of fields but this field I cannot
> remove.
> Maybe you also know the answer on this question.
>
> "Jürgen Beck" wrote:
>
> > "Fred" <Fred@discussions.microsoft.com> schrieb im Newsbeitrag
> > news:ECC499BE-B962-4EFC-A3F7-49C870926EC9@microsoft.com...
> > > I'm trying to remove a few fields. For instance I want to move the fields
> > > shipping information en freight terms in a quote but the sytem wouldn't
> > > let
> > > me.
> > > Is there anyone who can tell me how to remove these fields?
> >
> >
> > Here you are:
> > "Removing unwanted attributes"
> > http://blogs.msdn.com/mikemill/archive/2004/12/01/273258.aspx
> >
> > --
> > Jürgen Beck
> > Dipl. Kfm./Wirtschaftsinformatik
> > MVP für Microsoft CRM und Visual C#
> > MCSD.NET, MCDBA, MCSE, MCT
> > Microsoft Business Solutions Certified Master - Microsoft CRM Developer
> > http://www.Juergen-Beck.de
> >
> >
>
>

Re: Removing fields from Quote screen by Michael

Michael
Sat May 10 15:40:44 CDT 2008

You can hide the entire tab in the OnLoad event, if that is an option for
you:

crmForm.all.tab1Tab.style.display = "none";

The tabs are named "tab0Tab", "tab1Tab", "tab2Tab" and so on.

--
Michael Höhne, Microsoft Dynamics CRM MVP

CRM Blog: http://www.stunnware.com/?area=blog

----------------------------------------------------------

"4crm4" <4crm4@discussions.microsoft.com> schrieb im Newsbeitrag
news:805B1903-0DD4-4ABB-9A54-77934CAED670@microsoft.com...
> There are about 10 shipment fields on the quote screen.
> Can't I do something in order to not displaying them to the user?
> These fields are addresses and dates for shipment ( quote is sent using
> fax, shipment is relevant to "order").
> I have the highest security roles. I turn the required fiels to not
> required but the
> deletion form the form is not possible.
>
> "Matt Parks" wrote:
>
>> There are some fields that cannot be removed from the forms since they
>> are used
>> for internal calculations. There is no way around this in the current
>> release
>> of the product.
>>
>> Matt Parks
>> MVP - Microsoft CRM
>>
>> ----------------------------------------
>> ----------------------------------------
>> On Tue, 21 Dec 2004 23:13:03 -0800, "Fred"
>> <Fred@discussions.microsoft.com>
>> wrote:
>>
>> Thanks for your answer bit it is not what i'm searching for. I want to
>> remove
>> a field from the screen, but I don't want to remove the attribute. For
>> instance the field freight terms in a quote we do not use so I want to
>> remove
>> it from the screen. I did it with a lot of fields but this field I cannot
>> remove.
>> Maybe you also know the answer on this question.
>>
>> "Jürgen Beck" wrote:
>>
>> > "Fred" <Fred@discussions.microsoft.com> schrieb im Newsbeitrag
>> > news:ECC499BE-B962-4EFC-A3F7-49C870926EC9@microsoft.com...
>> > > I'm trying to remove a few fields. For instance I want to move the
>> > > fields
>> > > shipping information en freight terms in a quote but the sytem
>> > > wouldn't
>> > > let
>> > > me.
>> > > Is there anyone who can tell me how to remove these fields?
>> >
>> >
>> > Here you are:
>> > "Removing unwanted attributes"
>> > http://blogs.msdn.com/mikemill/archive/2004/12/01/273258.aspx
>> >
>> > --
>> > Jürgen Beck
>> > Dipl. Kfm./Wirtschaftsinformatik
>> > MVP für Microsoft CRM und Visual C#
>> > MCSD.NET, MCDBA, MCSE, MCT
>> > Microsoft Business Solutions Certified Master - Microsoft CRM Developer
>> > http://www.Juergen-Beck.de
>> >
>> >
>>
>>