configuration storing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergeyyy
    Junior Member
    • May 2017
    • 11

    configuration storing

    Hi

    Where layout manager stores configs of fields ?
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

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

    Comment

    • sergeyyy
      Junior Member
      • May 2017
      • 11

      #3
      Thanks fo reply

      Where it stores link data to other objects ?

      Is it possible to make parent-children link manualy ?

      Comment

      • tarasm
        Super Moderator
        • Mar 2014
        • 573

        #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

        • sergeyyy
          Junior Member
          • May 2017
          • 11

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

          Comment

          • tarasm
            Super Moderator
            • Mar 2014
            • 573

            #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

            • sergeyyy
              Junior Member
              • May 2017
              • 11

              #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

              • tanya
                Senior Member
                • Jun 2014
                • 4308

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

                Comment

                Working...