Strategies with JAVA API
Hi all, I´m trying to use a strategy that I made in Data Manager using JAVA API, but I couldn´t achieve that. I follow this article: ,but I don´t found any place for retrieve the matched records (only...
View ArticleRe: Strategies with JAVA API
Dear Elkin, Check thisUsing MDM Java APIs to retrieve and execute Matching strategies in MDM | SAP MDM |SAP MDM TUTORIALS | SAP MDM Training Thanks,Patralekha
View ArticleRe: Strategies with JAVA API
Hi Patralekha, Thanks for your reply, but that post is exactly the same that I comment in the question, however thanks again for your time.
View ArticleRe: Strategies with JAVA API
my god, i thought you are not first day in MDM right?a command is executed, you don't know how to get the result?MatchingResultgetMatchingResult()---->getMatchedRecordResults()enough? you want more...
View ArticleRe: Strategies with JAVA API
Dude, thanks for your support, and yes, It´s not my first day... that command retrieve the matched records, but how could I get each array of MatchedRecords for each sourceRecord? MatchingResult mr =...
View ArticleRe: Strategies with JAVA API
setSourcepublic void setSource(Record[] records) Sets the source records (required). These are the records to find matching for. Currently only one record is supported.
View ArticleRe: Strategies with JAVA API
Jun, I follow this documentation: ExecuteMatchingStrategyCommand (MDM Java API Library) And, for the method: setSource(), does not said that only one is supported (I use the first one, I send the id´s...
View ArticleRe: Strategies with JAVA API
MDM Java API Library go with this link.....show all classes
View ArticleRe: Strategies with JAVA API
sorry, i was looking at ExecuteMatchingStrategyForNewRecordValuesCommand i think you have to use RetrieveMatchingResultCommand
View ArticleRe: Strategies with JAVA API
I know, but the doc of the class when you put the source Records in the object of the class ExecuteStrategyCommand is that I send you. Obviously I follow the documentation of the class that I need in...
View ArticleRe: Strategies with JAVA API
Yeah dude, I will use this method of the class RetrieveMatchingResultCommand, that Retrieve ALL of I need: getMatchingResultspublic MatchingResult[] getMatchingResults()Returns the matching results....
View ArticleFree Form Search
Hi Experts, The EAN Code for the Alternate UOM is maintained for the Material Number. If we search the Material Number in Free Form Search; the Material Number is displayed in "Record List". But when...
View ArticleRe: MDMIllegalArgumentException : After adding a new field in Main table
where is the ws?is it customized one?
View ArticleGenerate .jar file!!!
Hello All, The requirement is to avail newly added fields in MDM to webapplications. We are using Java API, where the new fields are added in Console and the same appears in DM, now the challenge is...
View Article