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??