org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

Activity Viewer 2.0 #186

Open KPraveen34 opened 6 years ago

KPraveen34 commented 6 years ago

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

ncodernet commented 6 years ago

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.