• Anirban Sen
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Hi,
Can anyone explain why I'm getting null as FileExtension value in ContentDocument trigger for all the trigger events?

But when I quey the the same field for the same record I'm getting the correct extension of the file.

Thanks.
{!colHeader1 == objRecord.Column_Name__c} this is returning true but 
<aura:if isTrue="{!colHeader1 == objRecord.Column_Name__c}"> this is not working. Means code within the if is not working.

Can any one help
{!pickVal == objRecord.{v.kanbanPicklistField}} is there any workaround to use this type of expression is possible to use in lightning?
{!pickVal == objRecord.{v.kanbanPicklistField}} is there any workaround to use this type of expression is possible to use in lightning?