Tagged Questions

0
votes
1answer
18 views

How to Hyperlink to a Business Objects Report in Infoview

Is there a way to craft a hyperlink that connects to a Crystal Report or Webi within Infoview? Ideally, unauthenticated users would be challenged with Infoview security and then re …
0
votes
2answers
48 views

Java: Can a desktop App log-in in a web app and retrieve a “session” object to authenticate itseft in other apps which trust the web app?

I don't know if this question has any sense, but this is what my boss want. I work in a company with an intranet web. In my department we have developed an application wich conn …
0
votes
4answers
53 views

Migrating BO Reports between environments

We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc. Part of our migra …
0
votes
1answer
65 views

DevExpress Xtrareports using a Business object as a datasource

Hi I am trying out DevExpress Xtrareports, but have asimple problem that I am not able to find an answer to. In an Asp.net website project, I want to add a business object to my …
2
votes
5answers
340 views

UI, Business Logic Layer, Data Layer and where to put web services

We are developing a web application. We want to possibly reuse the work we do here for a different application that will use the same database, and use the same business rules for …
1
vote
6answers
147 views

How to handle null values in my business objects

Let's say I have a custom class like this one: public class Customer { public int CustomerID { get; set; } public string CompanyName { get; set; } p …
1
vote
2answers
79 views

Business logic in a data object vs. coupling vs. DTO (vs. ?)

I've got a set of business/domain classes (for a calendar) that are going to be exposed in an internally-public API. In the same API, there are data objects that directly mirror th …
1
vote
4answers
76 views

Can we use Extension Methods for building business rule engines?

I am looking to do something like this public class ProductBiz: BizBase<Product> { public List<String> BrokenRules {get;set;} // Some kind of data + biz operation im …
0
votes
2answers
55 views

Is nHibernate intended to replace database objects?

I've not yet found a clear answer to this and to clarify: With nHibernate and SQL server are you expected to disregard or migrate your business logic stored in your stored procedu …
0
votes
0answers
105 views

Develop Monthly and Weekly Employee Salary Report by Department [closed]

i want to develop the web intelligence report with weekly and monthly salaries of employees in devision with departmentwise. can any one help me.
17
votes
11answers
775 views

What are some good open source c# examples of quality domain models.

I'm a pretty young developer, and still in the emulation phase of my career. I have read a lot about some topics like concurrency, and using unit of work to allow your business la …
0
votes
1answer
29 views

SubSonic 2.x - Configuring Object Datasource - Missing My DAL!

I've got two main sprocs that I'd like to link up to two separate object data sources. I generate my DAL in a separate project, and simply import the DLL into my current project. …
0
votes
0answers
39 views

Programmatic Integrity Check Creating False Positives

I created an application that automates some of the mundane tasks of using business objects designer. One of the tasks it performs is documenting a universe after creation, and rec …
1
vote
2answers
40 views

Foreign Key in related Business Objects

If I have two business objects, with a related field (foreign key CountryId), how do I display the CountryName in place of the CountryId when I display a list of the employee class …
1
vote
2answers
116 views

How to databind to a dropdown list of user defined types?

I have a dropdown list containing the days of the week - Monday to Sunday. It is populated with a user defined type of two values that map the numeric day of the week to it's name. …

1 2 3 4 5 next
15 30 50 per page