![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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+ |
Ads |
#2
|
|||
|
|||
![]()
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+ |
#3
|
|||
|
|||
![]()
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+ |
#4
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Form Issues | LDMueller | Outlook - Using Forms | 5 | July 11th 07 02:36 PM |
Form issues | Snake_Plisken | Outlook - Using Forms | 10 | April 26th 07 09:40 PM |
Publish form Issues | spareway | Add-ins for Outlook | 4 | January 24th 07 12:11 AM |
Form Issues | Snake_Plisken | Outlook - Using Forms | 2 | August 11th 06 05:19 AM |
Issues with Customizing Contact Form | CC | Outlook - Using Contacts | 1 | April 13th 06 04:41 PM |