• LA_193
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 8
    Replies

Hi ,

 

 

      we have  a requirement that 

 

How do I copy paste CDxml file into salesforce orelse how we integrate  to salesforce.

 

 

 

Can any one suggest me .

 

Thanks in advance!

 

 

 

Hi ,

      we have  a requirement that 

 

                     we want to display dynamic Buliding(Buliding 1,Buliding 2,Buliding3.....etc)sequentially in PDF(visual page).

                    But it displaying  nonsequential(Buliding1 ,Buliding3,Buliding2.....etc

 

 

  Can any one suggest me .

 

Thanks in advance!

  • April 16, 2013
  • Like
  • 0

Hi

    we have a  requirement of

 How to restrict  Pricebook selection based on  opportunity  picklist of country.

 

Decp:When we  Select a picklist value as India in opportunity, we have to access india price book only.

 

How to achieve this requirment ? 

 

Thanks in Advance 

  • February 20, 2013
  • Like
  • 0

Hi

 

I have 2 custom objects (assume total fields 200) where am pulling the data (only filled ) into PDF.

 

Here my requirement is,  am filled 40 fields so in PDF only 40 fields info available, next i have updated more 10 feilds total 50 feilds I need

10 feilds data in Bold or different color in PDF.

 

please adivce the possible workaround to achieve it.

 

Thanks

  • January 30, 2013
  • Like
  • 0
New page
------------------
<apex:page standardController="External_Interface__c extensions="ExternalInterface"> <apex:pageBlockSection title="Commerical Notes" columns="1"> <apex:commandButton value="Add Comments" action="{!AddComNotes}"/><br></br> <apex:repeat value="{!schwrap3}" var="c3"> <br><apex:inputField value="{!c3.childschool3.Commerical_Notes__c}" style="width:440px; height;130px;"/></br> <a href="#" onclick="Popup=window.open('https://cs5.salesforce.com/sfc/#workspaceView?selectedWorkspaceId=058O00000004GeB','Popup','toolbar=...menubar=no,scrollbars=yes,resizable=yes,width=520,height=500,left=330,top=43'); return false;">Choose Files</a> </apex:repeat> </apex:pageBlockSection> </apex:page> View page --------------------
<apex:page standardController="External_Interface__c" extensions="ContentVersions" > <apex:pageBlockSection title="Commerical Notes" columns="1" > <apex:repeat value="{!schwrap3}" var="c3"> <br><apex:outputField value="{!c3.childschool3.Commerical_Notes__c}" style="width:440px; height;130px;"/></br> <apex:datatable value="{!ws36}" var="wsd36" id="theList36" > <apex:column value="{!wsd36.ContentWorkspaceId }" headerValue="File Name"/> <apex:column value="{!wsd36.ContentDocumentId }" headerValue="File Name"/> </apex:datatable> </apex:repeat> </apex:pageBlockSection> </apex:page>




public class ContentVersions { List<ContentWorkspaceDoc> ws36; public ExternalInterface () { ws36= getRecords36(); } public List<ContentWorkspaceDoc> getWs36() { if(ws36 == null) ws36 = getRecords36(); return ws36; } public List<ContentWorkspaceDoc> getRecords36() { return[SELECT ContentWorkspaceId,ContentDocumentId FROM ContentWorkspaceDoc WHERE ContentWorkspaceId ='058O00000004GeB']; } }

 

Hi,

Actually my requirement is, my customer will upload number of documents into Single field only. So here I provided "Content" link to that field(only label not feild) in VF. Afte saving the record it is showing all uploaded documents which is not my requirment. I need specific documents to be shown which are releated to that record only.
Here am pasting my sample code. Please check the same and suggest............!

 

Thanks

  • November 20, 2012
  • Like
  • 0

Hi 

 

 Our requriement is 

 

Displaying Suffix of the Chemical Formula in VFpage 

 

Ex:  C6H5NH2

 

Here the suffix  are 6,5,2 

 

I need to display   these suffix  as  shown below

 

C6H5 NH2

 

 

Thanks

 

 

 

  • November 20, 2012
  • Like
  • 0

Hi

 

 

  I want  to display the current uploaded file  in VF page from content .I have created one  Library in content .It displaying the all previous Uploded files  in VF page  . we need only currently uploaded files to display  not previous files

 

Please find the below code 

 

select Id, ContentWorkspaceId, ContentDocumentId from ContentWorkspaceDoc
Where ContentWorkspaceId=:apexpages.currentpage().getparameters().get('ContentDocumentId')];

 

 

 

Please suggest ..........................

 

Thanks

 

  • November 08, 2012
  • Like
  • 0

Hi 

Actually I am able you install dataloader in windows OS system and aim scheduling the data its working fine 

 

But I am unable to install dataloader in Linux system inorder to schedule the data .

 

Earliest  reply will appreciated

 

Thanks 

  • October 16, 2012
  • Like
  • 0

As per Salesforce

5 MB for attachments

and

Salesforce CRM Content:-2 GB

 

 

But we want to Attach more than 5MB.to content using VFpage

 

Please anybody Suggest ...

  • October 15, 2012
  • Like
  • 0

How to select multiple files with one go (one browser button)

 

its very urgent .....

  • October 12, 2012
  • Like
  • 0

Hi

 

Generally   we upload  file  for one record in salesforce .But our requirement is we have to upload  files

to  multiple fields for one record  in a Visualpage

 

for example 

 

Field1   Browse button1 

 

Field2   Browse button2

 

Field3   Browse button3

 

Please suggent ....

 

Thanks

Lakshmi

 

  • October 08, 2012
  • Like
  • 0

Hi

 

Generally   we upload  file  for one record in salesforce .But our requirement is we have to upload  files

to  multiple fields for one record  in a Visualpage

 

for example 

 

Field1   Browse button1 

 

Field2   Browse button2

 

Field3   Browse button3

 

Please suggent ....

 

Thanks

Lakshmi

 

  • October 08, 2012
  • Like
  • 0

Hi ,

 

 

      we have  a requirement that 

 

How do I copy paste CDxml file into salesforce orelse how we integrate  to salesforce.

 

 

 

Can any one suggest me .

 

Thanks in advance!

 

 

 

Hi

 

I have 2 custom objects (assume total fields 200) where am pulling the data (only filled ) into PDF.

 

Here my requirement is,  am filled 40 fields so in PDF only 40 fields info available, next i have updated more 10 feilds total 50 feilds I need

10 feilds data in Bold or different color in PDF.

 

please adivce the possible workaround to achieve it.

 

Thanks

  • January 30, 2013
  • Like
  • 0

Hi

 

Generally   we upload  file  for one record in salesforce .But our requirement is we have to upload  files

to  multiple fields for one record  in a Visualpage

 

for example 

 

Field1   Browse button1 

 

Field2   Browse button2

 

Field3   Browse button3

 

Please suggent ....

 

Thanks

Lakshmi

 

  • October 08, 2012
  • Like
  • 0

Hi

 

Generally   we upload  file  for one record in salesforce .But our requirement is we have to upload  files

to  multiple fields for one record  in a Visualpage

 

for example 

 

Field1   Browse button1 

 

Field2   Browse button2

 

Field3   Browse button3

 

Please suggent ....

 

Thanks

Lakshmi

 

  • October 08, 2012
  • Like
  • 0