Re: Table = $NULL$

2008-05-22 Thread Kemes, Lisa
PROTECTED] On Behalf Of jham36 Sent: Wednesday, May 21, 2008 4:43 PM To: arslist@ARSLIST.ORG Subject: Re: Table = $NULL$ Include the request ID field in your table. Run IF col1 = $NULL$ where col1 is the Request ID field in the table. It may be col2 or 3 or a custom name. I usually rename my table

Re: Table = $NULL$

2008-05-22 Thread ITSM Support
Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of jham36 Sent: Wednesday, May 21, 2008 4:43 PM To: arslist@ARSLIST.ORG Subject: Re: Table = $NULL$ Include the request ID field in your table. Run IF col1 = $NULL$ where col1 is the Request ID

Table = $NULL$

2008-05-21 Thread Kemes, Lisa
I thought you could use this Run If statement on an Active Link to only run the Active Link if the Table field was null. It's failing in my workflow.log file even though the table field has no records in it. Am I missing something? Lisa Kemes AR System Developer Tyco Electronics

Re: Table = $NULL$

2008-05-21 Thread jham36
Include the request ID field in your table. Run IF col1 = $NULL$ where col1 is the Request ID field in the table. It may be col2 or 3 or a custom name. I usually rename my table columns to something like colRQSTID. Then my Run If statement would be colRQSTID = $NULL$ James On May 21, 4:38