Skip to Content
0
Former Member
Aug 19, 2015 at 08:05 AM

How to pass arrays to a html mashup

95 Views

Hello developers,

i am currently working in C4C. I also have some tutorials through which were very good.

But one question never came to talk(possibly because i`am too stupid, thinking about it).

How do i transfer an array structure to an html mashup?

Suppose i have a BO looks like this:

businessobject arrayExample{

element emloyeeID:ID;

association toEmployee to Emloyee;

node item{

element leadID:ID,

element leadaddress:LANGUAGEINDEPENDENT_ENCRYPTED_LONG_Name;

}

}

how do i pass this bo like a array to an html mashup??