Announcement

Collapse
No announcement yet.

Entity Not In Workflow - How can I add

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Entity Not In Workflow - How can I add

    Im trying to setup a workflow to update my shopping cart for product categories. The issue is the product catagories are not visible in the "Target Entity" drop down. See here https://prnt.sc/scoxfd

    How can I add this?

  • #2
    Hi,
    for Product Category do:
    1. Create the file /custom/Espo/Custom/Resources/metadata/scopes/ProductCategory.json with code:
    Code:
    {"tab": true}
    2. Administration -> Clear Cache.
    3. Refresh a web page.

    Comment


    • #3
      I'd recommend trying {"object": true} instead of "tab". It's more relevant way.

      Comment


      • #4
        Originally posted by Maximus View Post
        Hi,
        for Product Category do:
        1. Create the file /custom/Espo/Custom/Resources/metadata/scopes/ProductCategory.json with code:
        Code:
        {"tab": true}
        2. Administration -> Clear Cache.
        3. Refresh a web page.
        Thank you for posting something like this

        Comment

        Working...
        X