OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Error. This value should not be blank.

This topic contains 1 reply, has 2 voices, and was last updated by  ignat 9 years, 4 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #24945

    ZOTTIG
    Participant

    I created Workflow for orders.
    And when I click to start Workflow, an error – This value should not be blank.
    Where and how to find what value is empty.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #24946

    ignat
    Participant

    Hi,

    Typically this error is caused by validation on forms. For example in the transition form of your workflow there could be a field with select of some entity. And for example this entity doesn’t contain a value for some required field. You can debug this to find what exact entity and field is making a problem by setting break-point in place where form is submitted. You can also use “cascade_validation” option in the transition form field that causes the issue to disable such behavior (http://symfony.com/doc/current/reference/forms/types/form.html#cascade-validation).

    Thanks,
    Ignat

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top