B
BethA
I am trying to use the address book to fill in a "requestor" name in a custom
task form (requestor is a custom field that we added). I found this page:
http://support.microsoft.com/kb/291147
about how to use address books in an Outlook solution.
Method 1 is using the AddressBook method. I got that to work, and it's very
nice EXCEPT for the warning that pops up about a program trying to access the
email addresses. That pop-up makes it not so useful.
So we are using method 2 and have a button which brings up an address book
bound to the "Have Replies Sent To" field and then the REquestor field is
supposed to have the initial value set to the other field and be updated
automatically. This works fine for a new task. But if we open an old task
which didn't have a requestor name and use the Address Book to add it, here's
what happens: the name from the address book does show up in the Requestor
text box BUT it is not saved when the task is saved.
I think there must be a way to use Item_CustomUserProperties to save the
item when the REquestor is changed, but it's not working.
Any help will be appreciated. Thanks!
task form (requestor is a custom field that we added). I found this page:
http://support.microsoft.com/kb/291147
about how to use address books in an Outlook solution.
Method 1 is using the AddressBook method. I got that to work, and it's very
nice EXCEPT for the warning that pops up about a program trying to access the
email addresses. That pop-up makes it not so useful.
So we are using method 2 and have a button which brings up an address book
bound to the "Have Replies Sent To" field and then the REquestor field is
supposed to have the initial value set to the other field and be updated
automatically. This works fine for a new task. But if we open an old task
which didn't have a requestor name and use the Address Book to add it, here's
what happens: the name from the address book does show up in the Requestor
text box BUT it is not saved when the task is saved.
I think there must be a way to use Item_CustomUserProperties to save the
item when the REquestor is changed, but it's not working.
Any help will be appreciated. Thanks!