Hello,
I am attempting to add an additional column to a custom field in a custom entity. It has a link multiple relationship so I am not sure if this will work. Here is the code I put in the json file:
There are no server errors, but the field does not seem to populate the additional column.
Thanks for the help!
I am attempting to add an additional column to a custom field in a custom entity. It has a link multiple relationship so I am not sure if this will work. Here is the code I put in the json file:
Code:
"type": "linkMultiple", "layoutDetailDisabled": false, "layoutListDisabled": true, "layoutMassUpdateDisabled": false, "importDisabled": false, "noLoad": false, "isCustom": true "additionalColumns": { "avail": { "type": "varchar", "len": 50 } },
Thanks for the help!
Comment