Announcement

Collapse
No announcement yet.

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

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

  • 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

  • #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


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

      Comment

      Working...
      X