function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
afindieafindie 

scontrol with __ENTITY_ID__

I have a scontrol which requires contact.id as parameter.
I call this scontrol by using {!$Scontrol.name}, the url returned as
servlet.Integration?lid=00A000000000000&eid=__ENTITY_ID__&enc=UTF-8&ic=1
 
but I really need the __ENTITY_ID__  to be the {Contact.id}.
how can i replaces this, I will need to do that, so that the scontrol is packageable.
If there is any other way, feel free to let me know, thanks.
 
andy.


Message Edited by afindie on 10-30-2008 02:54 PM
werewolfwerewolf
Are you calling it from a contact page?  Is it intended to be embedded in a contact page layout?  Otherwise how would it know which Contact id to use?