You need to sign in to do that
Don't have an account?

custom links or scontrols for activities
There doesn't seem to be a way to add a custom link or scontrol to events. Is this limitation expected to change?
Thanks
Thanks
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
you could try this :
create a formula field on the activity table which calls HYPRELINK() and pass in as the URL the servlet address of your scontrol, which looks sort of like this:
/servlet/servlet.Integration?lid=00b30000000n8cv&eid=a0330000000wTFq
first ID is the scontrol, second ID is the entity id ( event or task) passed into the scontrol,
so, in the formula you may have something line this, passing the ID allows you to use merge fields inside your scontrol
/servlet/servlet.Integration?lid=00b30000000n8cv&eid={!Id}
only draw back is that you can't control the window size/position until after your scontrol starts executing, then you can resize, close, etc.
NOTE: i've not tried this on activites (task or event) but the HYPERLINK() trick to call an scontrol does work on other standard and custom objects, no reason why it would not work on events.
share & enjoy
HYPERLINK("/servlet/servlet.Integration?lid=01N30000000CsqT&eid="&{!Id}, "link")
Finally, I'm not sure how to reference the event Id from an Scontrol.
As a followup, does the Id for an custom tab remain the same when loaded into an new organization from appExchange? If so, I may be able to work with static references.
Thanks,
-- Mark
However you can't hard code the prefix into a custom link and expect that it will work in a fresh install.
this feature has been mentioned in meetings, should be doable, can't promise which release it's going to appear in.
I hope soon.