If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
In EspoCRM, the primary way of customizing is define custom metadata which then will be merged with core metadata. Developers create needed JSON files in the custom directory. Then, all files are merged into a single JSON, the custom ones merged the last, providing the ability to override existing parameters.
In EspoCRM, the primary way of customizing is to define custom metadata, which then will be merged with core metadata. Developers create the needed JSON files in the custom directory. Then, all files are merged into a single JSON, with the custom ones merged last, providing the ability to override existing parameters.
Comment