Hello
I have a temporary table that has EDT-s in it. Those EDT-s have relations to other tables (say SalesTable) and I do not want to make relations under the table I am making. Thus the problem arises, that AX 2012 marks this as a BP Deviation (Example: "The relation under the extended data type (EDT) CurrencyCode must be migrated to a table relation. Consider using the EDT relation migration tool.").
Why this is a problem?
We are using DFS as a version control system and we have enabled BP Deviation checking, so any code which has BP Deviation cannot be inserted into version control. Now we know that these temporary tables we are making CANNOT have these relations for various reasons and that it will NOT be a problem that these relations are missing, but we cannot just switch off the whole DFS version control BP Deviation control because of this...
What do I want to know?
1) Can you make exceptions in DFS to allow temporary tables to ignore this particular BP Deviation?
2) Can you document a BP Deviation somehow on this particular BP error?