• manisha sahu
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
AND( 
RecordType = "Costing",
ISPICKVAL( Status , "Closed"),
ISBLANK(Topic__c) 
)
Error: Field Topic__c is a picklist field. Picklist fields are only supported in certain functions.
How should i populate the topic field as it is a picklist.
Please help!!
AND( 
RecordType = "Costing",
ISPICKVAL( Status , "Closed"),
ISBLANK(Topic__c) 
)
Error: Field Topic__c is a picklist field. Picklist fields are only supported in certain functions.
How should i populate the topic field as it is a picklist.
Please help!!