Map Outlook user defined fields onto a Sharepoint list ???

Status
Not open for further replies.

Martin Keegan

Member
Outlook version
Outlook 2013 32 bit
Email Account
Exchange Server 2013
Hi all,
I have a vb script which takes a mail and from it, generates 4 separate tasks assigned to 4 department heads in order to implement a set of activities. I'm trying to create a fifth task, containing a number of user defined fields, as a summary of all created tasks. This fifth task is created and I can move the summary task to a Task list linked to a Sharepoint list.

Up to now, all ok (and thanks to Diane for guidance through the online tips and code samples). However, I can't seem to map the UDF across to the Sharepoint list. Any ideas on how I might do this?

Almost in desperation, I'm thinking of putting the UDF as a text string in the body of the task, passing to SP list then (somehow!) extracting the UDF back into custom columns?

Grateful if anyone has solved this issue?

Best regards
 
How are you referencing the SharePoint fields?

This is what i use in a word template to set sharepoint custom properties -
ActiveDocument.ContentTypeProperties("Notes").Value = txtNotes
ActiveDocument.ContentTypeProperties("Paid").Value = False
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
David Langer Outlook 2016 (365) How to restore the ability to Re-Map iCloud IMAP Folders Using Outlook 5
F Gantt chart or heat map of Outlook/email activity Using Outlook 1
M How do I change the default map from Bing to Google in Outlook 2003? Using Outlook 23
Witzker How to get the button Karte ( map) in custom contact form Outlook VBA and Custom Forms 2
T Outlook 2010 Correct way to map multiple contact fields Using Outlook 4
makinmyway Can I add a Map It Button to Custom Contact Form? How? Outlook VBA and Custom Forms 6
K Importing CSV contacts- doesnt allow me to map or move forward V 2007 Using Outlook 1
C bing map Outlook VBA and Custom Forms 2
S Business Data Import and Export Load Error Cannot Map BCM (Business Contact Manager) 1
F Outlook 2021 outlook on iPhone Using Outlook 1
F Outlook 2021 Outlook on iPhone asks for password Using Outlook 0
P ics calendar entries suddenly open up new Outlook Using Outlook 2
P Outlook "forgets" password until system rebooted Using Outlook 2
N Why does Outlook keeping adding to the email address I have in my notes portion of a contact? Using Outlook 2
M Anyone integrated AI website builders with Outlook for automated client communications? Using Outlook 1
V Gmail in Outlook Using Outlook 2
T Where has the Copilot icon gone in my Outlook desktop client? Using Outlook 5
P New way by Microsoft to get people to use the new Outlook Using Outlook 4
C How to keep emails in account in Outlook after closing the IMAP account Using Outlook 1
cymumtaz IMAP calendars in New Outlook Using Outlook 5
T Constantly Have To Log In To Outlook On The Web Using Outlook.com accounts in Outlook 2
T Cannot Find Outlook Noted On Android Using Outlook 4
O Outlook 2024 not showing that messages are replied to or forwarded Using Outlook 3
C Outlook 365 send/receive takes FOREVER - as in 40 minutes Using Outlook 7
I Outlook 2024 LTSC syncing with iCloud calendar - can only make appt. in iCloud Using Outlook 2
Kika Melo Outlook ribbon customisations do not 'stick' Using Outlook 12
J IMAP Folders Confusion in Windows Classic Outlook Using Outlook 1
A Missing Sent Emails in New Outlook Using Outlook 18
S Missing categories in Outlook calendar Using Outlook 10
P Windows 11 tries to open New Outlook when the user clicks on the mail icon on a news article Using Outlook 2
C I don't understand Outlook or Microsoft, anymore Using Outlook 12
P My Feedback to Microsoft and their response; also New Outlook roadmap Using Outlook 0
A New Outlook - Cannot drag IMAP emails to Task List in MyDay Using Outlook 1
L Android Outlook Doesn't Update PC Notification Changes Using Outlook 0
A How to open Excel file saved in Outlook folder? Outlook VBA and Custom Forms 4
D.Moore Outlook desktop client suggested searches question Using Outlook 23
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 2
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1
D Legacy Microsoft Outlook for Mac Support will end in Oct 2025 Using Outlook 8
C Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround? Using Outlook 12
R Auto clicking Hyperlink in outlook Outlook VBA and Custom Forms 7
ughlook Open multiple contacts in NEW Outlook? Using Outlook 3
G Outlook translation feature is off Using Outlook 2
J Outlook 2010 does not let me put any account Using Outlook.com accounts in Outlook 3
P 3 of 5 PST files don't install from d:\outlook but only from D:\ Using Outlook 7
HarvMan January Windows 10 preview update force installs new Outlook Using Outlook 1
L Outlook 2010 - new installation on Windows 11 - aplzod32.dll is not a valid Add-in Using Outlook 12

Similar threads

Back
Top