Add custom field by default and add it to the a layout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • relax29
    Junior Member
    • Jan 2022
    • 1

    Add custom field by default and add it to the a layout

    Hey,

    i want to do following as default:
    - Create Custom Field for Entity "Account"
    - Add this Field to Accounts Layout (Detail)

    I know how to handle that over the UI but how can i make this with configurations, so that the field exists on startup?

    I'm very thankful for your help.

    Best regards
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1621

    #2
    As soon as you implement a custom field, the whole Account entity will be called from the custom folder. So the most convenient way would be to have a blank installation of your app with the customized account entity and for any new installation you copy of´ver the custom folder from there.

    There might be another solution to transfer the account entity custom files, which I don`t know.

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1439

      #3
      You can create extension which would add additional changes to your instance. There you can define fields and layouts.

      Comment

      Working...