if code

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

Hi,

I've become so use to making if statements for custom fields, I forgot how
to make one for a non-custom field!

Here's what I use now for a custom field:

if Item.UserProperties("DrawingStage") = "New" then

But for a non-custom field, this is not working:

If Item.Company.value = "" Then

Can you please help? Thanks so much.

Joel
 
Back
Top