cancel
Showing results for 
Search instead for 
Did you mean: 

Createif node function

Former Member
0 Kudos

Hi,

What is createIf node function & how it will be used. Please explain me with example.

Thanks & Regards

Koteswara Rao

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member

Suppose you want to create the target node based on some condition, createif comes handy.

Eg. You need to create a target node if the source field has value "5" and for any other value, the target node should not be created at all. Here the source field is given as input to equalsS. The other input is a constant "5". Now the result of equalsS is mapped to createif and finally to target node.

This will produce the target node only if it is "5".

Regards,

Jai Shankar

Former Member
0 Kudos

Hi,

Check the following links:

/people/stefan.grube/blog/2006/01/09/the-use-of-suppress-in-the-xi-30-graphical-mapping-tool

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb...

Amaresh

Former Member
0 Kudos
Former Member
0 Kudos

Hi ,

It is basically XI standard node functions ie related to nodes.If you want to create node basing on the input value then you can use "createIf" function.

Regards ,

stefan_grube
Active Contributor
0 Kudos

Check my blog:

/people/stefan.grube/blog/2006/01/09/the-use-of-suppress-in-the-xi-30-graphical-mapping-tool

Stefan

former_member187339
Active Contributor
0 Kudos