Deprecate Empty Input Names

Goal

Enforce input name upon input creation.

PFUN-31326

Why And How To Fix

Every input (static, configurator or in Forms) create should have a name. If the input doesn’t have a name, it cannot be accessed by a calculation logic. Therefore it is one the scenarios:

  • Unused leftover code from the development phase → should be removed

  • The input type ROW or COLLAPSIBLE input type → replaced by layouts in Forms

  • The input was used for a a different purpose → assign it a name or ask such functionality to be supported by Forms