BPM test for empty string

That works.
Thanks. Though I tried that, but apparently I had something wrong.
--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> InventoryQtyAdj.SetInventoryQtyAdj Pre-processing
>
>
> Condition:
> the InventoryQtyAdj.Reference field of the changed row is equal to the "" expression
>
> Action:
> raise exception
>
>
>
> ________________________________
> From: Ted Koch <tkoch77@...>
> To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
> Sent: Friday, March 16, 2012 11:35 AM
> Subject: Re: [Vantage] BPM test for empty string
>
> Are you trying to not allow the user to save if this field is empty?
>
>
>
> ________________________________
> From: mmcwilliams22 <mmcwilliams22@...>
> To: vantage@yahoogroups.com
> Sent: Friday, March 16, 2012 11:27 AM
> Subject: [Vantage] BPM test for empty string
>
> I am trying to make a field in quantity adjustments mandatory, however when using the following query I get an error even if there is data in the field.
>
> This is on Pre-Processing for InventoryQtyAdj.SetInventoryQtyAdj
>
> for each ttInventoryQtyAdj where ttInventoryQtyAdj.Reference = ''
>
> Very odd because when I have the action as raise exception it throws the exception every time. When the action is set to show informational message nothing every happens.
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
I am trying to make a field in quantity adjustments mandatory, however when using the following query I get an error even if there is data in the field.

This is on Pre-Processing for InventoryQtyAdj.SetInventoryQtyAdj

for each ttInventoryQtyAdj where ttInventoryQtyAdj.Reference = ''

Very odd because when I have the action as raise exception it throws the exception every time. When the action is set to show informational message nothing every happens.
Are you trying to not allow the user to save if this field is empty?



________________________________
From: mmcwilliams22 <mmcwilliams22@...>
To: vantage@yahoogroups.com
Sent: Friday, March 16, 2012 11:27 AM
Subject: [Vantage] BPM test for empty string

I am trying to make a field in quantity adjustments mandatory, however when using the following query I get an error even if there is data in the field.

This is on Pre-Processing for InventoryQtyAdj.SetInventoryQtyAdj

for each ttInventoryQtyAdj where ttInventoryQtyAdj.Reference = ''

Very odd because when I have the action as raise exception it throws the exception every time. When the action is set to show informational message nothing every happens.



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]
Correct. I figured I would try the BPM before using a row rule.

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> Are you trying to not allow the user to save if this field is empty?
>
>
>
> ________________________________
> From: mmcwilliams22 <mmcwilliams22@...>
> To: vantage@yahoogroups.com
> Sent: Friday, March 16, 2012 11:27 AM
> Subject: [Vantage] BPM test for empty string
>
> I am trying to make a field in quantity adjustments mandatory, however when using the following query I get an error even if there is data in the field.
>
> This is on Pre-Processing for InventoryQtyAdj.SetInventoryQtyAdj
>
> for each ttInventoryQtyAdj where ttInventoryQtyAdj.Reference = ''
>
> Very odd because when I have the action as raise exception it throws the exception every time. When the action is set to show informational message nothing every happens.
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
InventoryQtyAdj.SetInventoryQtyAdj Pre-processing


Condition:
the InventoryQtyAdj.Reference field of the changed row is equal to the "" expression

Action:
raise exception



________________________________
From: Ted Koch <tkoch77@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, March 16, 2012 11:35 AM
Subject: Re: [Vantage] BPM test for empty string

Are you trying to not allow the user to save if this field is empty?



________________________________
From: mmcwilliams22 <mmcwilliams22@...>
To: vantage@yahoogroups.com
Sent: Friday, March 16, 2012 11:27 AM
Subject: [Vantage] BPM test for empty string

I am trying to make a field in quantity adjustments mandatory, however when using the following query I get an error even if there is data in the field.

This is on Pre-Processing for InventoryQtyAdj.SetInventoryQtyAdj

for each ttInventoryQtyAdj where ttInventoryQtyAdj.Reference = ''

Very odd because when I have the action as raise exception it throws the exception every time. When the action is set to show informational message nothing every happens.



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]