Announcement

Collapse
No announcement yet.

... who can we show a databse-view or json file in ESPO

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

  • ... who can we show a databse-view or json file in ESPO

    I search a way to show information from a databse-view or a json file in a ESPO-View. Does someone have an idea?

  • #2
    Ok, I think a found a way. At the first, I found this thread in the forum: https://forum.espocrm.com/forum/deve...vbar-menu-item

    And this works fine, when you use it with following CustomMenu.json:
    Code:
    {
       "entity": false,
       "tab": true,
       "acl": "boolean",
       "aclPortal": true,
       "aclActionList": ["read", "edit"],
       "aclActionLevelListMap": {
         "edit": ["own", "no"]
        },
       "aclPortalLevelList":   [
          "account",
          "own",
          "no"
          ],
       "disabled": false,
       "module": "Custom",
       "isCustom": true,
       "customizable": false,
       "object": true
    }​​
    It's the first step. The second one, to disply a view or a Json ... I think thats not s a great problem. When i solve this problem, I write it under this tread!

    Comment


    • #3
      I don't understand the problem, what exactly you need to achieve.

      Comment

      Working...
      X