Do I need API Source?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
tmatheso
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Wed Sep 24, 2008 3:44 pm

Do I need API Source?

Post by tmatheso » Mon Dec 01, 2008 5:03 pm

Hi, I have two questions about API source that require a small explanation:

What my stakeholders need is a way to limit what is seen in the Admin Dashboards by "Vendor". So, any user that logs into the Admin screens belongs to a particular vendor (that is a change). Then, when the dashboard reports are run the queries only return products for the current vendor – thus, a VendorId needs to be built into these dashboard queries. Not super complex, but it will touch a fair amount of code.

It looks to me these queries are formatted in DLL's I don't have source to. One example of this is CommerceBuilder.Reporting.ReportDataSource.GetSalesByProduct(), where a database trace reveals a dynamic query formatted in this method.

Here are my two questions:
1) Could I possibly do this without buying the API source?
2) If I did buy the API source, would there still be DLL's that I don't have source for?

Lots and lots of thanks in advance,
Tim

afm
Captain (CAPT)
Captain (CAPT)
Posts: 339
Joined: Thu Nov 03, 2005 11:52 pm
Location: Portland, OR
Contact:

Re: Do I need API Source?

Post by afm » Mon Dec 01, 2008 5:15 pm

1) Could I possibly do this without buying the API source?
Anything is possible, given enough code. But it would be tedious and you would end up re-creating a lot of code or adding a new layer.
2) If I did buy the API source, would there still be DLL's that I don't have source for?
For a fast, authoritative answer, contact sales.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Do I need API Source?

Post by sohaib » Tue Dec 02, 2008 1:22 am

1) Could I possibly do this without buying the API source?
Yes you can.... and in my opinion you should take this approach.
2) If I did buy the API source, would there still be DLL's that I don't have source for?
The code that handles licensing part would not be available.

Post Reply