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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top