Jump to content
Salesforce and other SMB Solutions are coming soon. ×

not IsEmpty problem


desiree

Recommended Posts

I have a script that starts by checking if a date field is populated. If it is it displays a message and exits the script. Something is causing the script to read the date field as populated when it's not. Any suggestions?

Link to comment
Share on other sites

So far as I can tell, no. I am also not sure how a space would be getting into that field. Populating that field is one of the last things that would happen in this script.

Link to comment
Share on other sites

  • 2 weeks later...

[ QUOTE ]

What exactly does your If statement read?

 

 

 

[/ QUOTE ]

 

 

Does it read something like this?

 

If IsEmpty(YourField)

##Do your task

Else

Exit Script

End If

 

Obviously the ## is just a comment , you would put your statement here.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use