投稿済み Wed, 04 May 2022 07:34:49 GMT 、投稿者 Mirco Godani Programmer
Hello, this is my first thread because I can't find any result in old discussions. I need to make a check in a workflow condition to test if a filed (workspace) is null. 
I set this: GV_WF__MYFIELD = NULL and the validation doesn't signal anything. 

Is it correct?
Thank you in advance
 
投稿済み Wed, 04 May 2022 07:46:12 GMT 、投稿者 Simon H. Hellmann Toshiba TGIS GmbH |
Hi Mirco, 

DocuWare uses VBA Syntax here. You might want to compare with nothing, or use the ISNULL() function. 

https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/isnull-function

Hope this helps.
Greetings from Germany,
Simon H. Hellmann
DocuWare System Consultant
投稿済み Wed, 04 May 2022 08:33:11 GMT 、投稿者 Mirco Godani Programmer
Yes, it works

ISNULL(GV_WF_MYFIELD) 

Thank you!
投稿済み Thu, 02 Jun 2022 18:27:33 GMT 、投稿者 Christopher Nicoli Project Manager-Sr Systems Engineer
and for some strange reason GV = NOTHING works too

フォーラムに投稿するためにはログインが必要です。