org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Activity Viewer 2.0

KPraveen34 opened this issue · comments

Hi,
I want to use Activity Viewer 2.0. Could you please let me know, How can I make my component databound. I have set databound = true where ever it is defined as false. My design studio version is 1.6 SP04

As per the sdk development guide it should add automatically in Properties. But still I am not able to see the change in Design Studio.

Regards,
Praveen

Don't you see a "Data Source" property after setting databound to true?
Of course this is not enough, you also need to add one or more properties of type ResultSet or similar and handle it on JavaScript side.