Naming Conventions

Follow naming convention guidelines to name resources.

Resource Guideline
Project Project names cannot contain a space.
Mobile business object Mobile Business object names must start with an alphabetic character or an underscore. MBOs cannot contain C# or Java reserved words.
Mobile business object parameter Parameter names:
  • Cannot contain C# or Java reserved words.
  • Have a maximum length of 64 characters.
  • Must start with an alphabetic character or an underscore.
See the Unwired WorkSpace Validation Rules and Error Messages for a complete list of guidelines.