I've spotted another strange behaviour, which might block a Lightning transition. When I override Lightning Actions on some custom objects, there's no Edit action available. This means that we can't create custom actions and add them to the page layouts in Lightning. Why is that? We don't want to lose the Edit functionality, simply because it's only available on un-overriden page layouts.
3 commenti
@Brian Kwong - Resolved, although it's a bit of an odd one. We were overriding the Edit functionality with a VF Page which wasn't marked as "Available for Lightning and Mobile". This is odd, as we had an override in place for Lightning (Aura Component), but maybe it was the lack of override in Mobile which caused the button to vanish in the page layout. We made the VF page available for LEX and Mobile and this resolved the issue.