OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions How to find an Account by it's Contact(EMAIL) in process.yml ?

This topic contains 1 reply, has 2 voices, and was last updated by  Mike Kudelya 7 years, 2 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
  • #25344

    Rodolfo
    Participant

    In OroCRM, a contact (ContactBundle) belongs to an AccountBundle.

    I know how to use @find_entity in process.yml to get a specific entity by Name. How can I get an Account by its Contact[’email’]?

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

    Mike Kudelya
    Participant

    Hi

    For example you can call custom function via call_method action or call repository of entity through call_service_method action. I think the second variant is more preferable.

Viewing 1 replies (of 1 total)

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

Back to top