unknown
2010-02-19 14:47:14 UTC
Hi,
Using CRM4, I would like to change the way the Lead's fullname attribute is populated.
I would like the fullname to be populated by the companyname attribute I have created on the form.
I have tried (among many other things), putting this is the OnChange of the companyname field:
{var companyname = crmForm.all.companyname.DataValue;
crmForm.all.fullname.DataValue = companyname;
}
Once published, I get an error message when trying to save the form and the Lead fullname is still made up of firstname_lastname.
Any idea on how I could solve this?
Thanks
Submitted via EggHeadCafe - Software Developer Portal of Choice
Sending SMTP email from within BizTalk Orchestration
http://www.eggheadcafe.com/tutorials/aspnet/9dd0f346-baf9-4674-a50f-1716445b26bc/sending-smtp-email-from-w.aspx
Using CRM4, I would like to change the way the Lead's fullname attribute is populated.
I would like the fullname to be populated by the companyname attribute I have created on the form.
I have tried (among many other things), putting this is the OnChange of the companyname field:
{var companyname = crmForm.all.companyname.DataValue;
crmForm.all.fullname.DataValue = companyname;
}
Once published, I get an error message when trying to save the form and the Lead fullname is still made up of firstname_lastname.
Any idea on how I could solve this?
Thanks
Submitted via EggHeadCafe - Software Developer Portal of Choice
Sending SMTP email from within BizTalk Orchestration
http://www.eggheadcafe.com/tutorials/aspnet/9dd0f346-baf9-4674-a50f-1716445b26bc/sending-smtp-email-from-w.aspx