Home-Child-Kanban icon indicating copy to clipboard operation
Home-Child-Kanban copied to clipboard

FlexiPage which uses the component cannot be deployed since a recordID reference is used

Open baslu93 opened this issue 1 year ago • 0 comments

The component HomeChildKanban.cmp uses the following variable: {!v.kanbanConfigId}

The variable contains the recordID, which changes in every envirnoment. Other components which referes to the Home-Child-Kaban has the recordID harcoded, therefore it makes the deploy more complex.

Proposed solution: Instead of the recordId use a field (unique = true)

Let me know if you are interested in the change and if I can help. P.S.: I personally prefer Custom Metadata instead of Custom Object for configuration, but I don't wanna change the design

baslu93 avatar Aug 05 '22 19:08 baslu93