M
Mike
If I have 2 resources, both with assignments - when I go to create timesheets
for these users, what would cause one of them to be created and fully
autopopulated, and the other one to be created blank. (which then errors out
if I try and create a new line and fill it)
Both resources are enterprise resources, it's the same batch of code that
loops through both of them.
timeSvc.CreateTimesheet(timesheetDs, MSP_TimesheetWS.PreloadType.Assignments);
If I go into the PWA and "view assignments" for that resource, I do see the
assignments there.
for these users, what would cause one of them to be created and fully
autopopulated, and the other one to be created blank. (which then errors out
if I try and create a new line and fill it)
Both resources are enterprise resources, it's the same batch of code that
loops through both of them.
timeSvc.CreateTimesheet(timesheetDs, MSP_TimesheetWS.PreloadType.Assignments);
If I go into the PWA and "view assignments" for that resource, I do see the
assignments there.