• Mr.AUG
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
Hi,

I've created an scontrol and want to embed it into a visualforce page. 
With the attribute subject we can give an object id to the scontroll:

<apex:page standardController="Account">
<apex:scontrol controlName="HelloWorld" height="60" subject="0017000000NHLs5"></apex:scontrol>
</apex:page>


But how can I get this object id in the scontrol?


Thanks for your idea.

Zhengdao

  • October 18, 2008
  • Like
  • 0
Hello
is there an option to call an apex class which is not webservice from an scontrol
 
I understand that this call sforce.execute calls apex class which exposed as web service,
but for my case I don't want to expose this class as webservice.
 
TIA
  • October 16, 2008
  • Like
  • 0