Skip to content

Need to add codelist validity checking for any fields in SuiteCRM that are sourced from dropdowns #24

@chrisarridge

Description

@chrisarridge

A number of our fields in the CRM are restricted to a codelist of values, but the SuiteCRM API apparently will let us set these fields to arbitrary free text. The consequences of this are that:

  1. When we call the API again to retrieve these fields we will receive that same free text back.
  2. The field will appear blank in the GUI.
  3. We lose validation of these fields.

We need to add validity checking on record creation and update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions