BusinessObject Relations
BusinessObject Relations
Hello,
i'm using a Business Object named Context with this relations:
Context : Employee = * : 1
Employee : Customer = * : 1
Know i have the text "{Context.Employee.Customer.Name}". When i register only one object to the Report it works fine, but with two or more objects i have the problem, that all objects have the same customer.name - from the first object.
Am I doing something wrong or is this a bug?
Thank you for your help!
i'm using a Business Object named Context with this relations:
Context : Employee = * : 1
Employee : Customer = * : 1
Know i have the text "{Context.Employee.Customer.Name}". When i register only one object to the Report it works fine, but with two or more objects i have the problem, that all objects have the same customer.name - from the first object.
Am I doing something wrong or is this a bug?
Thank you for your help!
BusinessObject Relations
Hello.
3 is a nested level.
Thank you.
You should run next method after registering Business ObjectAlexN wrote:i'm using a Business Object named Context with this relations:
Context : Employee = * : 1
Employee : Customer = * : 1
Know i have the text "{Context.Employee.Customer.Name}". When i register only one object to the Report it works fine, but with two or more objects i have the problem, that all objects have the same customer.name - from the first object.
Am I doing something wrong or is this a bug?
Thank you for your help!
Code: Select all
rep.Dictionary.SynchronizeBusinessObjects(3);
Thank you.
BusinessObject Relations
When I run this method without nested level nothing happens, but with nested level an error appers:
"user-defined type : member names cannot be the same as their enclosing type "
And also i dont know the nested level of the businessobjects because i use the same command for different reports with diffrent nested levels.
Thank you!
"user-defined type : member names cannot be the same as their enclosing type "
And also i dont know the nested level of the businessobjects because i use the same command for different reports with diffrent nested levels.
Thank you!
BusinessObject Relations
Hello.
Thank you.
Please, send a sample project which reproduce your issue for analysis.AlexN wrote:When I run this method without nested level nothing happens, but with nested level an error appers:
"user-defined type : member names cannot be the same as their enclosing type "
And also i dont know the nested level of the businessobjects because i use the same command for different reports with diffrent nested levels.
Thank you.
BusinessObject Relations
Problem solved, I must use a Databand for each relation instead of one global.
BusinessObject Relations
Great!
Have a good day!
Thank you.
Have a good day!
Thank you.