-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
9Questions
-
7Replies
using related list in mail merge
It looks like there are very few peoples working on mail merge. For my last post also no one did reply.
I hope this time some one would reply.
I am designing a mail merge template based on a custom object called 'Quote'.
I am being able to provide correct merge field name for Quote's field, but I am having tough time when it comes to related field.
Lets say I want to use merge field for Quote's owner email id. There is a lookup field on Quote called 'Owner'.
Now I need to know how should be the merge field for getting owner email id. If we need to get owner name then we can do
as follows.
'Quote_Owner'.
If we generate document based on this template we will get owner name in place of merge field.
And one more issue I have. I want to display related list data.
I couldnt find much help on this anywhere else.
It would be great if some one can help me in this regard.
I just want to know that what is the standard used for giving name for merged field for differenet types of sfdc object fields.
Thanks.
Deepak
- Deepakn12
- March 20, 2008
- Like
- 0
- Continue reading or reply
Getting related data in mail merge
It looks like there are very few peoples working on mail merge. For my last post also no one did reply.
I hope this time some one would reply.
I am designing a mail merge template based on a custom object called 'Quote'.
I am being able to provide correct merge field name for Quote's field, but I am having tough time when it comes to related field.
Lets say I want to use merge field for Quote's owner email id. There is a lookup field on Quote called 'Owner'.
Now I need to know how should be the merge field for getting owner email id. If we need to get owner name then we can do
as follows.
'Quote_Owner'.
If we generate document based on this template we will get owner name in place of merge field.
And one more issue I have. I want to display related list data.
I couldnt find much help on this anywhere else.
It would be great if some one can help me in this regard.
I just want to know that what is the standard used for giving name for merged field for differenet types of sfdc object fields.
Thanks.
Deepak
- Deepakn12
- March 20, 2008
- Like
- 0
- Continue reading or reply
Problem in Mail Merge
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
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
- Deepakn12
- March 14, 2008
- Like
- 0
- Continue reading or reply
Invoke mail merge action from scontrol.
Hi All,
I have a record and I want to generate a document based on that record using mail merge. I have uploaded a word template in sfdc.
Now what i want, when user clicks on a particular button provided in my scontrol it needs to generate a document based on the template uplaoded in sfdc. In short i want to do the same action what sfdc is doing when some one clicks on mail merge button provided in record detail page.
Is it possible?
thx in advance.
Deepak.
I have a record and I want to generate a document based on that record using mail merge. I have uploaded a word template in sfdc.
Now what i want, when user clicks on a particular button provided in my scontrol it needs to generate a document based on the template uplaoded in sfdc. In short i want to do the same action what sfdc is doing when some one clicks on mail merge button provided in record detail page.
Is it possible?
thx in advance.
Deepak.
- Deepakn12
- March 13, 2008
- Like
- 0
- Continue reading or reply
Using Applet in Scontrol
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.
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.
- Deepakn12
- March 12, 2008
- Like
- 0
- Continue reading or reply
error
can some one plz tell me why i am getting this error in my s-control
Error: Formula cannot use another formula field that directly or indirectly refers to itself. $SControl.Edit_Activity -> $SControl.Search_Activity -> $SControl.Edit_Activity
Thx.
Deepak
- Deepakn12
- February 27, 2008
- Like
- 0
- Continue reading or reply
SOQL issue
I am hard time to write a SOQL for a particular requirement. I need to find parent records based on child record value. We can include child record field in select clause using sub query but i need to know how can use in where clause.
For example i need to get product based on opportunity name from product object.
Thx and regards,
Deepak.
- Deepakn12
- February 25, 2008
- Like
- 0
- Continue reading or reply
From where i can get complete s-control specification
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
- Deepakn12
- February 12, 2008
- Like
- 0
- Continue reading or reply
Applying styles
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.
It would be grt if someone can guide me if i am missing anything else. Thx. Deepak.
- Deepakn12
- February 06, 2008
- Like
- 0
- Continue reading or reply
Problem in Mail Merge
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
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
- Deepakn12
- March 14, 2008
- Like
- 0
- Continue reading or reply
Using Applet in Scontrol
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.
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.
- Deepakn12
- March 12, 2008
- Like
- 0
- Continue reading or reply
getting error message s-force is undefined
getting error message s-force is undefined .can u give ur comments
How to create a connection and query the result
How to create a connection and query the result
- devadasu
- March 04, 2008
- Like
- 0
- Continue reading or reply
From where i can get complete s-control specification
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
- Deepakn12
- February 12, 2008
- Like
- 0
- Continue reading or reply
Applying styles
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.
It would be grt if someone can guide me if i am missing anything else. Thx. Deepak.
- Deepakn12
- February 06, 2008
- Like
- 0
- Continue reading or reply
Upload binary file as attachment in an scontrol
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
- gsickal
- May 11, 2006
- Like
- 0
- Continue reading or reply