I have created a custom salutation picklist. Now I want to use this field in
word, so I thought about a work around. I want to use the selected value in
the picklist for the original salutation field. I can't get the onchange
function to work properly.
My code:
crmForm.Aanspreektitel.value=crmForm.CFPaanroep.value;
I get a error that CFPaanroep is not defined.
Thanks!

Re: OnChange value by John

John
Wed Nov 10 01:55:07 CST 2004

which crm object is this field ie CFPaanroep attached to. If its the lead
form for example try publishing the lead form through deployment manager
then doing an iisreset and then retry your code

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"SanderV" <SanderV@discussions.microsoft.com> wrote in message
news:CAD92C8B-B516-4978-AF7C-F1FBFAF79032@microsoft.com...
> I have created a custom salutation picklist. Now I want to use this field
in
> word, so I thought about a work around. I want to use the selected value
in
> the picklist for the original salutation field. I can't get the onchange
> function to work properly.
> My code:
> crmForm.Aanspreektitel.value=crmForm.CFPaanroep.value;
> I get a error that CFPaanroep is not defined.
> Thanks!



Re: OnChange value by SanderV

SanderV
Wed Nov 10 04:18:03 CST 2004

Hi John,
I've tried that way. It didn't work. CFPaanroep is attached to lead. When
you select a value in CFPaanroep it gives a script error that says that it
isn't defined with errornumber 0, in edit.aspx. I really don't know what I'm
doing wrong...
Thanks,

"John O'Donnell" wrote:

> which crm object is this field ie CFPaanroep attached to. If its the lead
> form for example try publishing the lead form through deployment manager
> then doing an iisreset and then retry your code
>
> --
> John O'Donnell
> Microsoft CRM MVP
> http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx
>
>
> "SanderV" <SanderV@discussions.microsoft.com> wrote in message
> news:CAD92C8B-B516-4978-AF7C-F1FBFAF79032@microsoft.com...
> > I have created a custom salutation picklist. Now I want to use this field
> in
> > word, so I thought about a work around. I want to use the selected value
> in
> > the picklist for the original salutation field. I can't get the onchange
> > function to work properly.
> > My code:
> > crmForm.Aanspreektitel.value=crmForm.CFPaanroep.value;
> > I get a error that CFPaanroep is not defined.
> > Thanks!
>
>
>