function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ed DyerEd Dyer 

error with Home/Child Kanban package

I've just installed the Home/Child Kanban package from Salesforce Labs, pretty awesome.  As soon as I tried to deploy it for my users though, anyone who is not a System Administrator is unable to see the component.
"Kanban Error
You don't have access to this record. " This error occurs regardless of the type of object that the Kanban is configured to display.

I found that I needed to give at least read access to the fields in the Kanban at a Profile level, and once I did that, the component would show. However there are no Cards in whatever Kanban I put on the page.

Does anyone have any experience or insight as to what other permissions would need to be granted to get this to function as designed?
HarshHarsh (Salesforce Developers) 
Hi Ed,
Please follow the below Salesforce help article to get a better understanding of the Kanban package.

https://help.salesforce.com/s/articleView?id=sf.kanban_considerations_admin.htm&type=5

Please mark it as Best Answer if the above information was helpful.

Thanks.
 
Ed DyerEd Dyer
Hi, that package is not the same as far as I can tell.

I created another test user with a bit of an elevated profile, and am now getting a more specific error
User-added image

A Component Error has occurred!
Action failed: kanbanDev:HomeChildKanban$controller$handleRecordUpdated [recFlds.kanbanDev__Child_Object__c is undefined]
Component Descriptor: markup://kanbanDev:HomeChildKanban
File Name: https://nodalexchange--partial.sandbox.lightning.force.com/lightning/page/components/kanbanDev/HomeChildKanban.js
Function: handleRecordUpdated
Stack Trace: handleRecordUpdated()@https://nodalexchange--partial.sandbox.lightning.force.com/lightning/page/components/kanbanDev/HomeChildKanban.js:22:27
handleRecordUpdated()@https://nodalexchange--partial.sandbox.lightning.force.com/components/force/recordData.js:7:453
evaledScript/</c.updateCmp()@https://nodalexchange--partial.sandbox.lightning.force.com/libraries/force/recordLibrary.util.js:7:424
getLoadCallback/</<()@https://nodalexchange--partial.sandbox.lightning.force.com/components/force/record.js:10:206
evaledScript/</b.setTimeout/<()@https://nodalexchange--partial.sandbox.lightning.force.com/libraries/force/recordLibrary.records.js:7:326
Joanan WolfJoanan Wolf
I am havng the same issue. Do you have a solution?