Question

We are building an integration between CRM 2011 and AX 2012. The connector works quite ok, but we don't want an inactive account to be modified in CRM when some updates are performed in AX.

We would like to make the status change to reflect in AX. Is there some inactive status in AX as well?

Was it helpful?

Solution

Take a look at the CustTable.Blocked field.

AR-> Common -> Customers -> All Customers -> Credit and collections -> Invoicing and delivery on hold

This field uses the CustVendorBlocked enumeration.

If this is not exactly what you need you might be better off creating new custom field.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top