7 risposte
Totally agree with you that the notification is very helpful to identify if the record is coming from a connection and is not available as an OOB feature in Lightning. As a workaround, you could create a custom lightning component which checks if the records createdby user is connection user then display the same message. Drag this component on the lightning record page.
Also for manually sharing the record, you could create a component to do it programmatically. I understand this would require customization but since this feature is not supported we have to write codes to achieve it.
I have also done the same for our organization.