Quantcast
Channel: SQL Server Master Data Services forum
Viewing all articles
Browse latest Browse all 1311

Entity rows excluded before validation

$
0
0

Hi all.

We're loading data into the staging table for our main entity (called 'Financial Account'), which we then run via the 'udp_Financial_Account_Leaf' stored procedure in MDS, as outlined here:http://msdn.microsoft.com/en-us/library/ff487040(v=sql.110).aspx

The problem is that in some cases, we want to return specific errors for invalid values, i.e. against a specific entity for the codeset. In other words, we load the data into stg.Financial_Account_Leaf, then validate it by passing it into the 'Financial Account' entity. But any fields that don't match the domains of the attached entities are rejected by MDS, and returned in viw_Financial_Account_MemberErrorDetails before getting to the validation stage.

So the question is, what's the process to programmatically include values in MDS in order to validate against business rules (specifically for domains)? Can this sort of thing only be done via workflows?

With thanks, Drew


Viewing all articles
Browse latest Browse all 1311

Trending Articles