I have a billing system where each client has their own unique subscription ID. I've created a custom field that contains that ID. It would be really cool would be if I can hyperlink that number so when they access the account record, clicking on the number will open a hyperlink.
All links to the billing platform start with https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,
So they look like this
https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,00001
https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,98362
https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,00063
If I use URL it displays the whole URL. I only want to display the number part that is in red. Is there a way I can mask the first bit in bold?
Thanks
Mac
All links to the billing platform start with https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,
So they look like this
https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,00001
https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,98362
https://user.billing.com/hspc/rcc/0/...bscr/subscr_id,00063
If I use URL it displays the whole URL. I only want to display the number part that is in red. Is there a way I can mask the first bit in bold?
Thanks
Mac
Comment