G
Gorgo
Hello
I'm working on one modyfication for MS.Project Server Web Access
portal. This modyfication need to insert/delete some data inside/from
MSPJGrid . On the beggining I thought that it's gonna be really easy
task, but when I started to work I found that recordset used by this
component need to fallow some strange rules.
So far I figuret out that:
- Data for MSPJGrid (right site) are kept in small cubes
- if you want to add some data, you need to create new cube
- after adding new data you need to re-order all cubes in the way:
assigments_id, start_data, work_type
those step give you warrianty that MSPJGrid display data in proper way.
Anyway way I found that there is some additional steps (things) with
need to be done to make this MSPJGrid to save data inside SQL (when I'm
doing this now I get error message saying that there is some problem
with consistent of data).
Does any one know what are the other rules with I should fallow to make
Web Access save data in SQL ?
ps. Our modyfication is basing on the option Resources/Adjusting real
values from Web Access menu
thank you all for any suggestions and help
Gorgo
I'm working on one modyfication for MS.Project Server Web Access
portal. This modyfication need to insert/delete some data inside/from
MSPJGrid . On the beggining I thought that it's gonna be really easy
task, but when I started to work I found that recordset used by this
component need to fallow some strange rules.
So far I figuret out that:
- Data for MSPJGrid (right site) are kept in small cubes
- if you want to add some data, you need to create new cube
- after adding new data you need to re-order all cubes in the way:
assigments_id, start_data, work_type
those step give you warrianty that MSPJGrid display data in proper way.
Anyway way I found that there is some additional steps (things) with
need to be done to make this MSPJGrid to save data inside SQL (when I'm
doing this now I get error message saying that there is some problem
with consistent of data).
Does any one know what are the other rules with I should fallow to make
Web Access save data in SQL ?
ps. Our modyfication is basing on the option Resources/Adjusting real
values from Web Access menu
thank you all for any suggestions and help
Gorgo