cancel
Showing results for 
Search instead for 
Did you mean: 

Seeburger Multivalue Varibles

Former Member
0 Kudos

Can anybody please explain me the functionality of Seeburger Multivalue Varibles.

Regards

Venkatesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Venkatesh,

you would use multivalue variables, if you want to store serveral properties for one variable.

For example you if you have a partner-id (which is your variable name) and want to get partner street, partner city, partner zip-code. In order to get the adress details within a mapping or a channel, you can either create different variables for each property or use a single mulitvalue variable.

An example would be:

Variable Name: Partner-Id

Info1: Partner-Street

Info2: Partner-City

Info3: Partner-ZipCode

Info4: Partner-Country

So you can access up to 4 properties using one variable.

Of course you won't use multivariables to store address details, this is just to explain how multivariables work.

Hope this helps.

regards,

Daniel

prateek
Active Contributor
0 Kudos

Normal Variable can store only 255 characters. In order to store larger string data like entire xml, Multivalue variables are used. They behave in same manner as a Variable.

Regards,

Prateek