• Curtis Mueller 3
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
We have a custom code for our Community, but for some reason our designer didn't add any description text to the initial view.  I've seen how to add a description to it, but I'm not sure how to pull the actual line from the Object.
We have:
<td>{!li.Name}
                        <div style="font-size:0.89em;"><b>Description:</b> Yadda yadda yada.</div>
                    </td>
Is it possible to change the Yadda Yadda yada to, say !li.Description from the object?