• mjmiedema
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I am trying to get one custom text field filled with a text depending if the Comment field in the task is filled or is empty. The syntax should be a straight forward one (I think) : if (Comments <> "" , "Full" , "Empty").
 
The problem I am having is that I keep getting : Error: Field Comments does not exist. Check spelling.
 
But where ever I search I cant seem to find the right name of the field name of Comments.
 
Is there anyone who knows :
 
1. if the syntax I use is the right one
2. where can I find the proper field names I should use ?
 
Thanks !
I am trying to get one custom text field filled with a text depending if the Comment field in the task is filled or is empty. The syntax should be a straight forward one (I think) : if (Comments <> "" , "Full" , "Empty").
 
The problem I am having is that I keep getting : Error: Field Comments does not exist. Check spelling.
 
But where ever I search I cant seem to find the right name of the field name of Comments.
 
Is there anyone who knows :
 
1. if the syntax I use is the right one
2. where can I find the proper field names I should use ?
 
Thanks !