Description
Time Warp version
1.14 Ross
Describe the bug
When adding the Timewarp component to the AccountPlan standard object, the ParentRecord component option is blank. I was expecting one of two options that most of the components have for configuration including: Use this Account Plan or Account.
To reproduce
Steps to reproduce the behavior:
- Go to any lightning page for the AccountPlan object.
- Find the Timewarp component and drag it into any area on the page.
- The "Parent Record" dropdown is empty and you cannot select either "Use this Account Plan" or Account.
- See screenshot
Expected behaviour
I would expect the design option to have "Use this " or "". For example on an AccountPlan, I would expect "Use this Account Plan" or "Account".
Desktop (please complete the following information):
- OS: MacOs 15.3.2
- Browser Chrome
- Version 134.0.6998.166
Additional context
I'm guessing this might have something to do with what LWCs call grandchildren, and the ability to have related objects on a page.
I'm hoping to have this timeline to show Cases, Contacts, Opportunities, and other Account related items from the main Account Plan and use the Start Date of the Account Plan (AccountPlan.StartDate) to the (AccountPlan.StopDate).
I'm also guessing that since AccountPlan is a v62.0 API that the code is set to a lesser API version and that is why it might be failing.