cancel
Showing results for 
Search instead for 
Did you mean: 

Validating the data in XI

Former Member
0 Kudos

HI All,

How do we validate the data in XI?

regards,

Anjaneya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anjaneya

You question is very generic. I am trying to answer in the way what I interpreted from your question.

Suppose you are working on an scenario where you have different message type on either sides and you need to map the corresponding fields.To validate the data on the sender side, you can use user defined functions that check for the field/node for which you want to validate.

For example, if you need to validate the date/time from the source, you can have a user-defined function say ValidateDate where you can check for the input and accordingly accept the same or generate an error/alert message to the source.

The other way is that the validation can be done by workflow also.

Regards

Amit

Former Member
0 Kudos

Hi Amith,

That means we can validate only single field at a time by using UDF, is this right?

Former Member
0 Kudos

Hi Swami,

Thru UDF you can validate any number of nodes but output has tobe single node for example i need to validate 4 fields in the source strct then I will give all the 4 as input to UDF but the output will be one

REgards

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there's nothing to validate in standard so:

- you can create your own adapter module

- you can validate in mapping

validation will be supported from XI 7.1

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>