• Deepakn12
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 7
    Replies
Hi,
Actually I am using a template based word doc( mail merge ). And I am trying to generate a doc based on Account record but the document is
being generated with empty merge fields. I am using standard field name for merge field in template doc. I guess there is some issue with the field names I am using for merge field in template doc.
For eg to put Account name the merge field is some thing as follows
{{Name}}.
It would be great if someone can help me in this regard.
I hav gone through the help doc but I couldnt find anything much from that.
Thx.
Deepak
Hi,
Actually i want use applet in my scontrol.
Can anyone tell me how can i do that. I mean where should i put the class files and what should be the codebase value
for applet tag in HTML.
thx in advance.
Deepak.
getting error message s-force  is undefined .can u give ur comments
How to create a connection and query the result
I am new to s-control. Actually i want to know is there any guide or online documentation where where we can find all the available function we can use in s-control. Like we have sfdc API document which we can use with java or any other language. I remember when in initial stage of s-control there was complete online documentation for s-contol, where we can find all the available functions with each object like DynaBean.
I found there is a small guide on s-control but that doesnt include complete specification.
It would be great if someone can help me in this regard.
Thx.
Deepak
I am trying to apply style to field label and field data in a s-control. Its getting applied but i am not getting exactly same look and feel as salesforce. I have included sfdc style sheets and i have applied the right class also but it looks like i am missing some thing. here is the small snippet.

It would be grt if someone can guide me if i am missing anything else. Thx. Deepak.
How do you upload a binary file (i.e. Word document or pdf file) on the user's desktop to salesforce as an attachment inside an scontrol?  Is base64 encoding even necessary? I tried this (encoding using a C# COM object method installed on the client) and it didn't work even though I know the same encoding algorithm works perfectly using the Office Toolkit when uploading the file as an attachment.  Here is the code in my scontrol that creates an attachment, but the content is now what I expected.  Can anyone please help?

 

Message Edited by gsickal on 05-11-2006 04:53 PM