The CRM Mailbox incoming and outgoing email field is setting to “None” Microsoft Dynamics CRM 2016

I had a strange issue in production ,so whenever we were doing a deployment ( reference data +solution). After the deployment the mailbox settings incoming email and outgoing is getting set to “None” rather then “Server – side synchronous or email router”.

After performing multiple steps/deployments; I  found the solution to this issue.

I use migration utility tool to export and import the reference data.

Please see below steps:

  1. Removed the default mailbox field from the queues schema, exported the data and deployed to internal test. However it didn’t work and still was taking the incoming outgoing setting from dev; hence made it none again. <field displayname=”Mailbox” name=”defaultmailbox” type=”entityreference” lookupType=”mailbox” />

 

1

2. Then I started looking these two fields (incoming and outgoing email) in the schema and found below :

<field name=”incomingemaildeliverymethod” value=”0″ />

<field name=”outgoingemaildeliverymethod” value=”0″ />

 

I removed these two properties and I could see it was excluded from the mailbox update.

2

moral of the story : queue will have so many fields dedicated for its mailbox. we have to make sure what will update what.

hope this helps

cheers!!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.