Skip to main content
Question

WSDL View Name and Control Names differs while switching between UI`s

  • November 18, 2025
  • 0 replies
  • 33 views

I met a problem while upgrading package from 25r1 to 25r2. WSDL changed my viewNames, and control names. So on mobile it brokes up...
 

old UI should be ProgressProject now it named Progress_

I solved issue for mobile containers by addimg this to .ts and name restored, but im not sure that it`s a correct solution of this issue.
Correct(expected) ViewName: CrewSummaryMobileEmployee
 @viewInfo({containerName: "Crew Summary Mobile Employee"})

Also i have few fields wich is get changed. From ProjectTaskID to ProjectTask and so many others, like on image below.

How we can store all names? Maybe describe me how it generate names for schema.
If you need details, code or something else. Feel free to ask.