• Jay Kanchana
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 15
    Questions
  • 7
    Replies
Is there a way to automatically Show More within the comments in a Chatter post, versus having to select teh button to "Show More"?
Hello experts,

This issue wasnt happeneing very frequently and it took us a long time to figure out what was causing it. But it was happening frequent enough that we had to keep our eyes open for the issue  We just figured out what was causing the issue and now we have to figure out a solution. Need help from experts.

We have custom visual force page on a custom object. Internal users can manually edit the record using the visual force page. some of the fields are also updated by our applicants using a portal and the data is brought in using an integrator (boomi). It appears that if the internal user has a prticular record open and while the record is open if boomi updates some of the fields in that record, when the internal user clicks save on the record, the old values that were in the field when they had initially opened the record gets saved back and hence the field updates done by portal/boomi gets reverted back.

I guess this situation will happen if 2 users open the same record and the second user opens and closes the record while the first user still has the record open.

Is there a solution to prevent this from happening?

Thanks for your input.
 
Hello!

Is there a way to import the formatted text field from excel? I used demand tools assuming data format will be preserved since the input file is excel. But it turns out that the data imported has stripped out all the new line characters. 
Data loader will not work because the input file will have to be csv and csv file does not preserve new line characters. 
Any suggestions on how I should import formatted data that has new line characters and paragraphs?

Thanks!
Jay
Hello!

We would look to duplicate a content in salesforce using apex. Is there a way to do that? I was hoping there will be a contentversion constructor that can receive the contentversion ID of a content and create a duplicate content. 
To provide the background information, We have a business process where we receive document from our applicants during one phase of the process. That document needs to be locked down when they enter to the next phase of the process. In the next phase of the process the will uploading a newer version of the document. If we use the same content from phase1 in to phase2, content they upload in phase2 will become newer version of the content rather than being its own content. Hence when the applicant enters from phase1 to phase2, the process that creates a phase2 record for the applicant should create a new content which is exact copy of the content they had provided. 

I have a requirement to download multiple files on a click of visual force button.

i know below will work if its a single file

   <a href="/servlet/servlet.FileDownload?file={!fileId}">

 

any clue about how to gain this for multiple files

Hi All,

 

I'll appreciate your help with the following issue.

I want to send an email alert every time a rich area field has changed. I used the IsChanged() formula.

It seems that every time the record is edited, even thought this specific field hasn't been touched.

Salesforce sees it as a change(I've been tracking history on this field).

 

Is anyone familiar with this problem?

 

Thanks,

Avital.