Your customer manages account data in three legacy systems. They asked you to develop survivorship rules in Oracle Customer Data Management that will pick one correct master record based on the following conditions:
1. Pick the master record that has the DUNS number populated.
2. If more than one record has the DUNS number, pick one based on the highest party ID.
Which option can be inserted at lines 2 and 5 to complete the IF-Condition survivorship rule to fulfill the requirement?
1. Pick DUNS number
2. {IF.............
3. master.DUNsNumberC isn't null}
4. masterPartyID is the maximum of masterPartyID where
5. {...... and master.DUNSNumberC isn't null}
Currently there are no comments in this discussion, be the first to comment!