
Similar to the action button on the Account object that creates contacts - we'd like to create an action button on a custom object detail page that creates child records automatically associated with that master object. Can we do this with point-&-click admin? Do we have to build a Lightning component?How would we do this?
2 commentaires
The key here is that your custom action needs to be an object specific action rather than a global action (i.e. created from the Object Manager page for your custom object instead of under Global Actions menu).