Going through some Infor training for creating custom reports, data views in CSI 10. While following along on the create IDO step, I had created a new stored procedure in the database using SSMS. SSMS show and can execute the Stored Procedure. Go back into IDO creation for my IDO project and the Stored Procedure does not show in the drop down for selection. Lets say the Stored procedure name is Rpt_GetStuff, if I type it in and try to leave the field I get the following error "Rpt_GetStuff is not a valid stored procedure". Other stored procedures I've created (not for this report) show and work as documented in the guide. What am I doing wrong? Yes, the SP is in the correct database .
thanks.