![]() |
Contact Form Issues - Question
Outlook 2003. I have created a custom contact form with the filed i need:
User1 thru User8 as text fields. I published the form to a sub of contacts called ACT. Posting is set to this folder. When I go to add a new contact from scratch, the form shows up the way it should. But if I import contacts from a .CSV, I don't seem to have the ability to map the fields as I need them. Also, If I copy an existing contact from another folder, that record copies with the plain info and does not inherit the properties of the custom form. I have over 4000 contacts to import. Any ideas? Thanks Adam -- Adam Gitow Smartechnologies, LLC MCSE, CNE, A+, I-Net+, Network+ |
Contact Form Issues - Question
Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/article.aspx?id=23
Same with copying an item. Outlook knows what form to use to display the item because of the value of the MessageClass property. Copying an item doesn't change that property, but you can write VBA code or an external script to change it. See http://outlookcode.com/article.aspx?ID=39 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Smartechnologies" wrote in message ... Outlook 2003. I have created a custom contact form with the filed i need: User1 thru User8 as text fields. I published the form to a sub of contacts called ACT. Posting is set to this folder. When I go to add a new contact from scratch, the form shows up the way it should. But if I import contacts from a .CSV, I don't seem to have the ability to map the fields as I need them. Also, If I copy an existing contact from another folder, that record copies with the plain info and does not inherit the properties of the custom form. I have over 4000 contacts to import. Any ideas? Thanks Adam -- Adam Gitow Smartechnologies, LLC MCSE, CNE, A+, I-Net+, Network+ |
Contact Form Issues - Question
I went to your site: very impressive. I am programming challenged! How do I
run that script? -- Adam Gitow Smartechnologies, LLC MCSE, CNE, A+, I-Net+, Network+ "Sue Mosher [MVP-Outlook]" wrote: Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/article.aspx?id=23 Same with copying an item. Outlook knows what form to use to display the item because of the value of the MessageClass property. Copying an item doesn't change that property, but you can write VBA code or an external script to change it. See http://outlookcode.com/article.aspx?ID=39 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Smartechnologies" wrote in message ... Outlook 2003. I have created a custom contact form with the filed i need: User1 thru User8 as text fields. I published the form to a sub of contacts called ACT. Posting is set to this folder. When I go to add a new contact from scratch, the form shows up the way it should. But if I import contacts from a .CSV, I don't seem to have the ability to map the fields as I need them. Also, If I copy an existing contact from another folder, that record copies with the plain info and does not inherit the properties of the custom form. I have over 4000 contacts to import. Any ideas? Thanks Adam -- Adam Gitow Smartechnologies, LLC MCSE, CNE, A+, I-Net+, Network+ |
Contact Form Issues - Question
It's hard to say without knowing which script you're referring to. I never advise someone to run code they don't understand. Perhaps an off-the-shelf tool would be better for you?
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Smartechnologies" wrote in message ... I went to your site: very impressive. I am programming challenged! How do I run that script? "Sue Mosher [MVP-Outlook]" wrote: Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/article.aspx?id=23 Same with copying an item. Outlook knows what form to use to display the item because of the value of the MessageClass property. Copying an item doesn't change that property, but you can write VBA code or an external script to change it. See http://outlookcode.com/article.aspx?ID=39 "Smartechnologies" wrote in message ... Outlook 2003. I have created a custom contact form with the filed i need: User1 thru User8 as text fields. I published the form to a sub of contacts called ACT. Posting is set to this folder. When I go to add a new contact from scratch, the form shows up the way it should. But if I import contacts from a .CSV, I don't seem to have the ability to map the fields as I need them. Also, If I copy an existing contact from another folder, that record copies with the plain info and does not inherit the properties of the custom form. I have over 4000 contacts to import. Any ideas? |
All times are GMT +1. The time now is 11:43 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com