Skip to content

How to set Customer ID user field of a contact item? #1240

Answered by Tre-Seibert
Tre-Seibert asked this question in Q&A
Discussion options

You must be logged in to vote

Working code in this test env, see property tag id found at https://msopenspecs.azureedge.net/files/MS-OXPROPS/%5bMS-OXPROPS%5d.pdf:

# Define the 'CustomerID' extended property
class customerID(ExtendedProperty):
    property_type = "String"
    property_tag= 0x3A4A

# Register the 'CustomerID' property on the Contact item type
Contact.register('customerIDProperty', customerID)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@Tre-Seibert
Comment options

@ecederstrand
Comment options

@Tre-Seibert
Comment options

@ecederstrand
Comment options

@Tre-Seibert
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Tre-Seibert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants