New entity : Not valid data. Field: assignedUser, validation type: required.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yberges
    Senior Member
    • Jul 2022
    • 174

    New entity : Not valid data. Field: assignedUser, validation type: required.

    hello i create a new entity for a poll form
    but when i save it i have this error
    Invalid request: Not valid data. Field: assignedUser, validation type: required.
    i add a link field manytoone to link my entity to account, but same error
    what i forgot ?
    regards
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #2
    as stated the assignedUser is required so you just need to add an assignedUser or disable (required) option on the field config.
    Rabii
    Web Dev

    Comment

    • yuri
      Member
      • Mar 2014
      • 8453

      #3
      Maybe needs refreshing browser page (F5). Or you set the field as required, but have a dynamic logic rule that unsets required. In this case you need to unset the required parameter.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • yberges
        Senior Member
        • Jul 2022
        • 174

        #4
        thanks i found !

        Comment

        Working...