Referencing a custom Stored Procedure within Project Server

J

JB

Hello -

I have created a new Stored Procedure in my ProjectServer database and would
like to reference it through one of the existing .asp pages. I can see that
the stored procedure constants are really numbers that refer to particular
stored procedures within the database.

For example: In the line of code below I would like to refer to another
stored procedure and not "const_PjBouQuery_GetTransationsRecords".

NewTaskGridInitAll(<%=const_transQueryType%>,<%=const_PjBouQuery_GetTransact
ionsRecords%>,ActStart,ActFinish,ActBrokenBy,ActualsType,<%=oState.nProjID%>
);

Does anyone know how I can do this?

- Jeremy
 
M

Matt S.

I can't got in too deep on assisting you with your question, but it's highly
not recommended tampering with the backend database of Project Server,
or adding custom Stored Procedures and wanting to customize the Project
Server front-end pages to reference this.

Majority of customization to Project Server is not supported by Microsoft, so
this is something to keep in mind.

But I do hope someone in this news group can give some helpful advise.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top