How can I add list view of users in the modal?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • macMonkey
    Junior Member
    • Nov 2024
    • 18

    How can I add list view of users in the modal?

    I made this modal view from the template from the documentation but I am wondering how can I show the list of current users in this modal

    Click image for larger version

Name:	Screenshot 2024-12-01 at 19.04.47.png
Views:	82
Size:	208.6 KB
ID:	112703
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1602

    #2
    perhaps by relationship?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      Create a views/record/list, pass a collection. Recommendation to use ext-template and IDE (PHPStorm currently is the best for EspoCRM). Code completion and JSDocs is helpful.
      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


      • macMonkey
        macMonkey commented
        Editing a comment
        Is it possible to add the EspoDocs into the IDE so that when I hover over a function it shows the definition? (E.g.: Hovering over createView() shows the createView arguments, returns etc.

      • yuri
        yuri commented
        Editing a comment
        It should already work. It works for me in PhpStorm very well. But note that you need to use ESM modules rather than AMD, which requires using the ext-template.
    Working...