• Zanga Touré
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
The problem I have is that the text is styled correctly (indented 1 in from the left). The outputfield shows up left justified. Styling has yet to work with it. Any help/guidance is appreciated.

<p>Does the topic correspond with a priority question in the targeted PFA?</p>
<apex:outputField style="left:80px"  value="{!Fluxx_LOI_Review_Form__c.Does_topic_correspond_with_priority_targ__c}"/>                   

 
This query returns Feed Attachments on a given opportunity record.

SELECT Title, ContentFileName, ContentType, RelatedRecordId, Type, Visibility FROM FeedItem where Type = 'ContentPost' And ParentID= '0067000000ajmPe'

I would like to select the latest version of the attachment in a where clause using the IsLatest flag a field on the ContentVersion object.  Is it do-able?
Is there an easy way to customize the standard SF Community Login Page to display a message directing some Commnunity users to the appropriate site?
Is there an easy way to customize the standard SF Community Login Page to display a message directing some Commnunity users to the appropriate site?