Friday, April 23, 2010

Projectdotnet Change the Functional area value

To add the funcational are value in Projectdont:-

To Add functional Value:-
Open the sqlpuls from command line then type the following command.

insert into pn_project_space_meta_combo values(6,'Paxcel','Paxcel');


select * from pn_project_space_meta_combo ;

To Rename the functional area value:-
Type the following command

SQL> update pn_project_space_meta_combo set COMBO_LABEL='QA' WHERE COMBO_LABEL='
Manufacturing';

No comments:

Post a Comment