Adding resource to project using PSI

M

manjusha

Hi,
I am using following method for adding resource to project.
ProjectDataset.ProjectResource.AddProjectResourceRow(resourceRow)

this method create resource in project but values set for
resourceRow.RES_AVAIL_FROM = m_dtStartDate1;
resourceRow.RES_AVAIL_TO = m_dtEndDate1;
are not getting reflected in project resource they are displayed as NA.

Can any one help me .how to update this fields of project resource using PSI

thanks in advance.
 
Top