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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sttn
    Member
    • Apr 2020
    • 30

    ... 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?
  • sttn
    Member
    • Apr 2020
    • 30

    #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

    • yuri
      Member
      • Mar 2014
      • 8696

      #3
      I don't understand the problem, what exactly you need to achieve.
      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

      Working...