ParkITSolutions / projectforce

Automatically exported from code.google.com/p/projectforce
0 stars 0 forks source link

Can not create a new project APEX Problem #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create New Project
2. Error message
3.

What is the expected output? What do you see instead?
A new Project created.  Instead i got this message:

ProjectAfterInsert: execution of AfterInsert

caused by: System.QueryException: List has no rows for assignment to 
SObject

Trigger.ProjectAfterInsert: line 5, column 48

What version of the product are you using? On what operating system?

.8  Windows IE
Please provide any additional information below.

Original issue reported on code.google.com by Edward.S...@gmail.com on 21 May 2009 at 4:08

GoogleCodeExporter commented 9 years ago
You are missing the 'Project tab' override. It needs to be overridden with the
'ProjectOverview' page. That page (its class actually) creates some required
infomation when you create a new Project. This is why you're seeing the error. 
To
take a look at how the override should be done, look at the installation 
instructions
at google code: http://code.google.com/p/projectforce/wiki/Installation.

Original comment by nicolas....@gmail.com on 28 May 2009 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by mmena...@gmail.com on 7 Oct 2009 at 4:38