Lead Status "In Progress" Code

Hello,

Does anyone know the proper syntax to reference the "In Progress" value in the leads table under leads status? When referenced as "In Progress"; how it appears, it does not function properly within setting the filter defaults nor within other written code.

Perhaps it's "In_Progress"? 

Thanks,

Jacob

Parents Reply
  • 0 in reply to Jacob04

    Jacob04:  Where you able to resolve this?  If you are writing triggers for an escalation rule, you will need to use 'In Progress' rather than "In Progress" as you are writing SQL script in that area.  SQL needs to be wrapped in single quotes rather than double quotes for SQL triggers.  I hope this helps!!  :-)

Children