Forum Discussion
Vasily_Zaytsev
Oct 21, 2021Iron Contributor
Can I change Administrative project name?
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.
- Vasily_ZaytsevIron ContributorHello, Paul. Is it in back code of /PWA/Timesheet.aspx?
Or this information isn't in DB.
Vasily