Create shareable link for invoice

Hi there,

I have a client that uses SuiteCRM and they’ve requested an update which allows them to share a link to an invoice with one of their clients.
I’ve been wondering how best I could go about this. I feel the biggest challenge is bypassing authentication via a token param as I’m not sure how I would even hook into authentication to do that.
Any thoughts?

Thanks v much

You can create custom entryPoint and add a field in Invoice Module that will hold the value for a shareable link which will point to your Custom EntryPoint with the ID of that invoice record.
Create the shareable link in before save hook.

1 Like