Hi Experts,
I am planning to generate MDM webservices for validations.
I have 1 table in my repository and some validations defined on it under different groups.
What I want to know is,
1. Can i use the validation services for a new record to be created? what i need to pass for internal/record id there? (Similar to: ValidateNewRecordCommand in MDM Java API)
2. Modifying record, I always gets requirement to modify few fields of the MDM record. I mean i will get only those changed fields information + record id & not complete record information.
In this case, how can i make use validation service to check the modifying record? (with the new field values..) or i need to retrieve the record and then use it for validation?
any sort of help in this direction would be greatly helpful for analysis purpose.
Thanks,
Senthil