A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Custom Contact Forms and User Properties



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 18th 09, 12:17 AM posted to microsoft.public.outlook.program_forms
Thatch
external usenet poster
 
Posts: 23
Default Custom Contact Forms and User Properties

Custom Contact Forms and User Defined Properties

I have created a very simple Contact custom form (no user defined fields, no
macros, etc.). I have made this form the default form for a contact folder.
When I create a contact, the form appears and I enter data into the form. One
things happens:

- After I save the form and I view it using the View-Current View-Phone
List, it comes up as a note icon with a pin through it and not as a contact
icon. Why is that? If I look at the MessageClass field, it states that it is
IPM.Contact.MyTestForm. Obviously there is an issue with that. Does anyone
have any hints as to how the form can be saved properly?

Consequently, if I edit the contact and add a user defined field, ALL the
user defined fields that are being displayed disappear and I no longer have
access to the user defined fields for that contact. It seems that using the
default custom contact forms in Outlook corrupts the access to user defined
fields for the Contacts OR the saving of the contact with the incorrect type
causes it to break the link with User Defined Fields (since user defined
fields are not supported for the Notes). I’d expect Custom Contact Forms to
support user defined fields.

Does anyone have any insight into this?

T

  #2  
Old November 18th 09, 02:49 AM posted to microsoft.public.outlook.program_forms
Karl Timmermans
external usenet poster
 
Posts: 789
Default Custom Contact Forms and User Properties

When using a custom form, the user-defined fields need to be defined in the
form. User-defined fields defined for the "folder" when using the standard
IPM.Contact message class are not interchangable with those assigned/created
via a custom form and you should never be adding user-defined fields to a
contact with a custom form on an adhoc basis (causes a "one-off" item).

Think of user-defined fields in one of three contexts:

#1 - User-defined fields in folder (applicable when default message class
for the folder is IPM.Contact)

#2 - User-defined fields in item. A user-defined field created for an item
is first added to the folder's user-defined list automatically and by
default. It is never added to an individual item's user-defined fields
group until a value is entered for the field. Removing a field from the
folder user-defined list does not remove the field in any contact item to
which it has been added. It becomes an orphan user-defined field which
remains with the item so long as the message class for it is "IPM.Contact".
Once a UDF has been deleted from the folder's UDF list - there is no way
within Outlook to determine which contact(s) have that field without opening
each individual contact item.

#3 - User-defined fields created/used in custom form. All UDFs in this case
become part of the contact item whether the field has a value or not.
Changing the message class(custom form) for a contact item results in
user-defined fields for the original custom form no longer being accessible
when viewing a contact item. Usre-defined fields assigned to the folder
are no longer applicable when a contact is assigned a new message class
(custom form) nor are user-defined fields associated with a custom form
applicable if the contact's message class is changed back to the standard
messageclass/form (IPM.Contact).

Sidenote: should not create a UDF in a custom form that is assigned to one
of the standard Outlook fields even though nothing will prevent you from
doing that.

Karl
__________________________________________________ __________
Karl Timmermans - The Claxton Group
ContactGenie - Importer/DataPorter/Exporter/Toolkit/Duplicate Contact Mgr
"Contact import/export/data management tools for Outlook '2000/2007"
http://www.contactgenie.com

"Thatch" wrote in message
...
Custom Contact Forms and User Defined Properties

I have created a very simple Contact custom form (no user defined fields,
no
macros, etc.). I have made this form the default form for a contact
folder.
When I create a contact, the form appears and I enter data into the form.
One
things happens:

- After I save the form and I view it using the View-Current View-Phone
List, it comes up as a note icon with a pin through it and not as a
contact
icon. Why is that? If I look at the MessageClass field, it states that it
is
IPM.Contact.MyTestForm. Obviously there is an issue with that. Does anyone
have any hints as to how the form can be saved properly?

Consequently, if I edit the contact and add a user defined field, ALL the
user defined fields that are being displayed disappear and I no longer
have
access to the user defined fields for that contact. It seems that using
the
default custom contact forms in Outlook corrupts the access to user
defined
fields for the Contacts OR the saving of the contact with the incorrect
type
causes it to break the link with User Defined Fields (since user defined
fields are not supported for the Notes). I'd expect Custom Contact Forms
to
support user defined fields.

Does anyone have any insight into this?

T



  #3  
Old November 18th 09, 09:04 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_4_]
external usenet poster
 
Posts: 552
Default Custom Contact Forms and User Properties

Just to add to what Karl said, if you want a custom icon and not the default
pinned note, add the icon on the (Properties) page of the form design. You
might also find this article useful:
http://www.outlookcode.com/article.aspx?id=29
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Karl Timmermans" wrote in message
...
When using a custom form, the user-defined fields need to be defined in
the form. User-defined fields defined for the "folder" when using the
standard IPM.Contact message class are not interchangable with those
assigned/created via a custom form and you should never be adding
user-defined fields to a contact with a custom form on an adhoc basis
(causes a "one-off" item).

Think of user-defined fields in one of three contexts:

#1 - User-defined fields in folder (applicable when default message class
for the folder is IPM.Contact)

#2 - User-defined fields in item. A user-defined field created for an item
is first added to the folder's user-defined list automatically and by
default. It is never added to an individual item's user-defined fields
group until a value is entered for the field. Removing a field from the
folder user-defined list does not remove the field in any contact item
to which it has been added. It becomes an orphan user-defined field
which remains with the item so long as the message class for it is
"IPM.Contact". Once a UDF has been deleted from the folder's UDF list -
there is no way within Outlook to determine which contact(s) have that
field without opening each individual contact item.

#3 - User-defined fields created/used in custom form. All UDFs in this
case become part of the contact item whether the field has a value or not.
Changing the message class(custom form) for a contact item results in
user-defined fields for the original custom form no longer being
accessible when viewing a contact item. Usre-defined fields assigned to
the folder are no longer applicable when a contact is assigned a new
message class (custom form) nor are user-defined fields associated with a
custom form applicable if the contact's message class is changed back to
the standard messageclass/form (IPM.Contact).

Sidenote: should not create a UDF in a custom form that is assigned to
one of the standard Outlook fields even though nothing will prevent you
from doing that.

Karl
__________________________________________________ __________
Karl Timmermans - The Claxton Group
ContactGenie - Importer/DataPorter/Exporter/Toolkit/Duplicate Contact Mgr
"Contact import/export/data management tools for Outlook '2000/2007"
http://www.contactgenie.com

"Thatch" wrote in message
...
Custom Contact Forms and User Defined Properties

I have created a very simple Contact custom form (no user defined fields,
no
macros, etc.). I have made this form the default form for a contact
folder.
When I create a contact, the form appears and I enter data into the form.
One
things happens:

- After I save the form and I view it using the View-Current View-Phone
List, it comes up as a note icon with a pin through it and not as a
contact
icon. Why is that? If I look at the MessageClass field, it states that
it is
IPM.Contact.MyTestForm. Obviously there is an issue with that. Does
anyone
have any hints as to how the form can be saved properly?

Consequently, if I edit the contact and add a user defined field, ALL the
user defined fields that are being displayed disappear and I no longer
have
access to the user defined fields for that contact. It seems that using
the
default custom contact forms in Outlook corrupts the access to user
defined
fields for the Contacts OR the saving of the contact with the incorrect
type
causes it to break the link with User Defined Fields (since user defined
fields are not supported for the Notes). I'd expect Custom Contact Forms
to
support user defined fields.

Does anyone have any insight into this?

T





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Export all AD User properties to Outlook Contact JohnDoe Outlook - Using Contacts 0 October 26th 09 02:15 PM
Using User Defined Fields for multiple users in custom forms Tmark86 Outlook - Using Forms 0 August 7th 08 11:46 PM
User Defined Fields and Custom Forms dch3 Outlook - Using Forms 2 August 30th 07 03:34 PM
viewing custom forms in outlook after sent to another user Kurt Outlook - Using Forms 1 June 27th 06 06:22 PM
Outlook 2003 Custom Forms User Defined Fields [email protected] Outlook and VBA 4 April 13th 06 01:50 AM


All times are GMT +1. The time now is 11:19 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-2025 Outlook Banter.
The comments are property of their posters.