TO create new projectType

Hi,

I have created new project Type is called Drug Development.

In Project->ProjectDetails->new

here

ProjType i have created.

ProjectGroup I have created.

after filled all the details and click ok.

its throwing info warning: is:

Project stage Created is not allowed for projects of type Drug Devolepment…

For new project wt are things we have to create.

wt are the places this will affect…

please let me know…

Thanks in advance

sunil kumar

hi,

In Project–>Parameters–>Project Stage–> Include your project type and mark the check boxes which ever is needed. For your case check “created” for the Project Type “Drug Devolepment”. Then u can create project.

Hi,

you are talking about project module rite?

Saju.K.

I believe the user is asking for all possible implications of creating a new project type - the stage message was the first issue, they probably want to know all of them.

It is clearly not as simple as just adding a new field.

Hi thanks for your valuable reply,

I Have tried wt you assist me…but I have not created

Estimate field:

So I am getting error is :

Project stage Estimated is not allowed for projects of type Drug Devolepment.

can u please help how to slove this…

Regards

sunil

It is the same as created - you are trying to run your new project type through the stages, which means the project type has to be setup to go through these stages. I would suggest it is a requirement to have a basic understanding of the functionality prior to development, otherwise how do you know you are developing something required rather than the standard system handling this. I would stop now, understand, assess and then plan.

The obvious question is why is it not a group - why is it a type, what fundamental project aspect does drug development have as a project that is not covered by the current types? You are pulling on one very very long piece of string here.

Project Type will carry a lot of functionality.

The project types in AX are based on the Global Requirements.I hope any type of project will fit into that.

Do a study on your process(Drug Development) and project accounting in ax. I hope it should fit into any one of the project type there in standard AX.

Even if you want to add a new one - first you should know how the existing types will function.

Thank u.

I want to know that functionality, cause I want to create new ProjectType. Please can you tel me wt are all the functionality I have to create…

I have created project stage in parameter form(project module)

Thanks in advance

Sunilkumar

By asking this question it shows you do not understand the module, therefore you should not be designing another type. Tell me the business justificiation for the different type!

I want to understand the module the module can u meke to understand,]]]]]]]]

This is File for " Add new Addressbook Type " similarly You can do it with Project Type.

8080.How to Add New Address Book Type in Axapta 2009.pdf (347 KB)

Thanks

I am not a developer, but the fundamental processing and related concepts of the project type make the address book type advice poor advice. Yes you can add it, but all impacts post this you will still have issues with.

My advice is get the manual, read it, play with projects, process them, then post specific questions.

I was Just trying to help him on How he can Create new Project type…I dont know why he wants to create new projcet type ?

My answer was just related to new Project type not on Process and Work flow on Project Module.

and as far as I know the Implication will not be that dire as the new changes will get automatically Synchronise with New Project type so i think this is a normal Operation if he Creates new project type.

Thanks.

So by creating the new project type in this manner it automatically gets added to the stage tab to allow processing the project type through the stages? As the project type also impacts on the financial postings it would handle this as well. Fine if it does, so the poster will ask no more questions and can just add another type, without a base understanding of why they are actually doing it.

HI Nirav you are correct from your aspect.

Adding a new project type will not give you any functionality - Finally simply adding a project type is of no use…

I have created projType:

when i have selected in parameters for projType DrudDevelopment

Above image u can find the last field when ever I am checking that once I close and open that form again Its not affecting.

cause its temTable.

but for other fields they have coded in clicked method.

So i used the same code in my control also…in Design…


public void clicked()

{

if (!ProjStatusTypeRule::enableRule(tmpProjStatusSetup.ProjStatus, ProjType::DrugDevolepment, ProjStatusRule::AllowUse, this.checked()))

{

this.checked(!this.checked());

}

super();

}

Even its not working properly…

Please can u help…

how to do…

i know adding new project type is of new use unless you know proper Functionality…I Agree on that Adams and Kranthi.

I Said I just helped him how he can create new project type. that’s all !!

I know even he does not know what he wants to ask and why he wants new project type, it can be understood by the way he asks, Right ?

Guys I Totally Agree With You that without Workflow knowledge there is no point creating new Project type. but just helped him with 1 + 1 = 2 nothing more then that.

I have created projType:

when i have selected in parameters for projType DrudDevelopment

Above image u can find the last field when ever I am checking that once I close and open that form again Its not affecting.

cause its temTable.

but for other fields they have coded in clicked method.

So i used the same code in my control also…in Design…


public void clicked()

{

if (!ProjStatusTypeRule::enableRule(tmpProjStatusSetup.ProjStatus, ProjType::DrugDevolepment, ProjStatusRule::AllowUse, this.checked()))

{

this.checked(!this.checked());

}

super();

}

Even its not working properly…

Please can u help…

how to do…

I believe you helped them by saying 2+2=5 [:D] You agree they should not, you agree they do not know how, yet you tell them how.

Do you now have the responsibility to handle the subsequent questions they are posing after they haver created the new project type?

Hi Sunil Kumar,

I would recommend to approach an consultant having enough knowledge in project accounting - and examine the process/ requirement. if needed then go for any customization. And it is also very difficult for some to explain you the all concepts here.