cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicating a record triggers a Tuple Validation.

former_member207367
Active Participant
0 Kudos

Hi,

We are in SAP MDM 7.1 SP04, and using Long Texts tuple for storing Basic Data and Purchase Order Text from SAP which will be in Multiple languages.

Example: For a Material there are two basic data texts in SAP which are in English and Chinese languages. which will be maintained in MDM under Long Texts Tuple as Two entries one for english and other for chinese.

Long Text tuple fields are mentioned below.

1.Text id

2.Text Object

3.Text Name

4.Long Text.

We have a validaton in MDM where Long text Field Value in a Tuple record can not be blank.

Validation Expression: IS_NOT_NULL(Long Text)

which works fine on record Create and Edit/Update, of a record which has two Basic text one for english and other for Chinese, and has data in long text field's for two records in tuple one in english text and other in Chinese text.

When we try to Duplicate the same record the above mentioned validation triggers and it is not allowing to save the record. if i delete the Chinese language tuple entry and save the record it works fine.

Did any one face this kind of an issue earlier.Please let me know.

Thanks

Sowseel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sowseel,

I have check your scenario and problem occur due to validation is executing for all the language i would suggest write down language specific validation expression i.e. as follows

IF(Language=English [US] THEN IS_NOT_NULL(Long_Text))

Hope this will resolve your problem if not revert back

Thanks,

Jignesh Patel

former_member207367
Active Participant
0 Kudos

Hi Jignesh,

No good, i tried with your validation expression, still validation is getting triggred.

This is happening only when i Duplicate the Record, not at the update.

Thanks

Sowseel