Customize Nav 4.0 SP2 Outlook Integration

tdohrmantdohrman Member Posts: 2
We would like to sync more Navision fields with Outlook. Specifically, the OtherAddress fields in outlook with custom fields in Navision.

I've tried using the method SetUserProperty in the Navision OLContact automation object and passing in the names of the fields I want to update in Outlook. However, it creates and populates a User Defined field in outlook and not the outlook field itself.

Example:

OLOutlook.SetUserProperty('OtherAddressCity',1,'Test City');

It creates a user defined field called OtherAddressCity and populates it with Test City.

How can I update the base outlook fields not supported directly by Navision's outlook integration dll wrapper.

Thanks.
Sign In or Register to comment.