Page 1 of 2

BusinessObject doesn't work in Hierarachical Data Band

Posted: Sun Sep 11, 2011 9:03 pm
by jkoo
Hi there

I think BusinessObject( with RegBusinessObject()) doesn't work in Hierarachical Data Band.
Is it another limitation of RegBusinessObject?

Code: Select all

public class Employee
	{
				private string employeeName;
		public string EmployeeName
		{
			get
			{
				return employeeName;
			}
			set
			{
				employeeName = value;
			}
		}

        private string reportTo;
        public string ReportTo
        {
            get
            {
                return reportTo;
            }
            set
            {
                reportTo = value;
            }
        }
}
Thanks

BusinessObject doesn't work in Hierarachical Data Band

Posted: Wed Sep 14, 2011 8:35 am
by Alex K.
Hello,

Unfortunately, but currently Hierarachical Data Band does not support business objects. We will try to solve this in the nearest future. Also in the latest prerelease build filtering and sorting for business objects was added.

Thank you.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Wed Sep 14, 2011 12:03 pm
by jkoo
That's another good news.
Anyway I tried 2011.09.01 build but filtering and sorting doesn't work yet.
Thanks for your efforts.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Thu Sep 15, 2011 1:54 am
by Alex K.
Hello,

The feature will be available in the release 2011.2 this week.

Thank you.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Mon Sep 19, 2011 9:00 pm
by jkoo
Hi Aleksey,

I just tried 2011.2 release but I don't think filtering and sorting work with BusinessObject.
Can you confirm it?

Thanks


BusinessObject doesn't work in Hierarachical Data Band

Posted: Tue Sep 20, 2011 6:00 am
by HighAley
Hello.

Business objects are very specific and we need time and additional work on filtering. We will inform you in this topic when this feature is available.

Thank you.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Tue Sep 27, 2011 7:55 am
by Jan
Hello,

Please check prerelease build from this week. HierarchicalBand now can work business objects.

Thank you.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Wed Oct 12, 2011 7:17 pm
by jkoo
I tried 2011.10.06 build.
I think HierarchicalBand works fine with business objects.

But filtering and sorting with Business Objects still have some issues.
1. when filter or sort is set, Data Source of data band is being reset, that is,Business Object is being [Not Assigned],
So whenever making change on filter or sort, I have to set Business Object again on DataBata
Refer to the attached #1.

2. Sort by EmployName works fine. but Sort By Department.DepartmentName doesn't work.
Refer to the attached #2.

3. Filtering doesn't work at all. It throws a compile error.
Refer to the attached #3

Thanks



Thanks for the fix.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Fri Oct 14, 2011 4:43 am
by Vladimir
Hello,

Thank you for sending us a bug report, we need some time to test the business objects.

Thank you.

BusinessObject doesn't work in Hierarachical Data Band

Posted: Wed Oct 19, 2011 7:13 am
by Vladimir
Hello,

We have made improvements in Designer.Web, the update will be available in the next prerelease build on October, 20.

Thank you.