Group Field in the ERP

N

NW

Hi,

Does anyone know which projectserver table stores the 'group' field of ERP.
I do not find it in msp_resources but I do find 'resourcegroup' in the view
tables msp_view_res_std and msp_view_proj_res_std.

Thanks.
NW
 
K

Krishna Alavala

Hi NW

It is stored in msp_text_fields
Try this query select * from msp_text_fields where text_field_id = 205520899
and proj_id = 1.

Hope this helps

Thanks
Krishna
 
Top