SOLVED

Can I change Administrative project name?

Iron Contributor

Can I change Administrative project name?

If I change it in 3 tables, I can't see this changes in new Timesheets (I see only old name 'Administrative').

update [WSS_PWA].[pjpub].[MSP_LOCALIZED_STRINGS]
set [VALUE]=N'Some New Project Name'
where [TOKEN]=N'PSLS_TSLCNAME_Admin' and [LCID]=1049
update [WSS_PWA].[pjrep].[MSP_LocalizedString]
set [LocText]=N'Some New Project Name'
WHERE [LCID]=1049 and [ID]=2012 and [CategoryID]=1
update [WSS_PWA].[pjrep].[MSP_TimesheetProject]
set [ProjectName]=N'Some New Project Name'
where [ProjectUID]='E38038FA-F8CA-47D1-BFD4-6B45B8462972'

With best regards, Vasily.

3 Replies

Hello @Vasily_Zaytsev ,

I would say this isn't supported as these are direct DB updates.

Paul

Hello, Paul. Is it in back code of /PWA/Timesheet.aspx?
Or this information isn't in DB.
Vasily
best response confirmed by Vasily_Zaytsev (Iron Contributor)
Solution

Hello @Vasily_Zaytsev ,

I don't think this is possible. 

Paul

1 best response

Accepted Solutions
best response confirmed by Vasily_Zaytsev (Iron Contributor)
Solution

Hello @Vasily_Zaytsev ,

I don't think this is possible. 

Paul

View solution in original post