Announcement

Collapse
No announcement yet.

configuration storing

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

  • configuration storing

    Hi

    Where layout manager stores configs of fields ?

  • #2
    Layouts are stored here custom/Espo/Custom/Resources/layouts/
    Job Offers and Requests

    Comment


    • #3
      Thanks fo reply

      Where it stores link data to other objects ?

      Is it possible to make parent-children link manualy ?

      Comment


      • #4
        All information is stored in metadata located application/Espo/Resources/metadata/entityDefs, or in Modules, or in Custom directories. Yes, you can define fields/links manually.
        Job Offers and Requests

        Comment


        • #5
          I change some values in PhoneNumber.json but nothing changes in crm

          Comment


          • #6
            After you made changes you have to clear cache or rebuild in Administration. Also, you can disable cache in the Administration > Settings
            Job Offers and Requests

            Comment


            • #7
              PhoneNumber.json
              {
              "fields": {
              "name": {
              "type": "varchar",
              "required": true,
              "maxLength": 102,
              "index": true
              },
              "type": {
              "type": "enum"
              }
              },
              "links": {
              },
              "collection": {
              "sortBy": "name",
              "asc": true
              }
              }

              If I add some fields, for example name1 with same fields, is anything changes ?

              Comment


              • #8
                Hello
                You will see these new columns in database, but not in CRM. You need to override needed views

                Comment

                Working...
                X