Checkbox default

Actually, I don't think you even need to go the 4GL route on the
post-processing BPM. You should be able to use one of the standard actions:
"Set table.checkbox of the changed row to TRUE". I'd give that a try as
well.

Since it's post - the RowMod may be reset at that point, so you may have to
say "Set table.checkbox of the ALL row to TRUE" (using ALL instead of
Changed).

Kevin Simon

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jose Gomez
Sent: Tuesday, February 07, 2012 12:24 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Checkbox default

BPM Post Processing Get New.

FOR EACH ttYourTable WHERE ttYourTable.RowMod='U' OR ttYourTable.RowMod='A':
Assign ttYourTable.YourCheckBox=true.
END.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Tue, Feb 7, 2012 at 12:21 PM, lilj8069 <lilj8069@...> wrote:

> **
>
>
> Simple question I'm sure. What is the best/easiest way to default a
> checkbox to a particular state when creating a new record. Specifically
> we'd like to uncheck the "Request Move" checkboxes in multiple locations
> throughout the application as lots of items we don't "move" show up in our
> material request queue.
>
> Thanks,
> --John Kreger
>
>
>


[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/.
(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
Simple question I'm sure. What is the best/easiest way to default a checkbox to a particular state when creating a new record. Specifically we'd like to uncheck the "Request Move" checkboxes in multiple locations throughout the application as lots of items we don't "move" show up in our material request queue.

Thanks,
--John Kreger
BPM Post Processing Get New.

FOR EACH ttYourTable WHERE ttYourTable.RowMod='U' OR ttYourTable.RowMod='A':
Assign ttYourTable.YourCheckBox=true.
END.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Tue, Feb 7, 2012 at 12:21 PM, lilj8069 <lilj8069@...> wrote:

> **
>
>
> Simple question I'm sure. What is the best/easiest way to default a
> checkbox to a particular state when creating a new record. Specifically
> we'd like to uncheck the "Request Move" checkboxes in multiple locations
> throughout the application as lots of items we don't "move" show up in our
> material request queue.
>
> Thanks,
> --John Kreger
>
>
>


[Non-text portions of this message have been removed]
Checkbox.Checked = FALSE OR

through a Post Process BPM assigning the value

________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of lilj8069
Sent: Tuesday, February 07, 2012 9:22 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Checkbox default



Simple question I'm sure. What is the best/easiest way to default a checkbox to a particular state when creating a new record. Specifically we'd like to uncheck the "Request Move" checkboxes in multiple locations throughout the application as lots of items we don't "move" show up in our material request queue.

Thanks,
--John Kreger





[Non-text portions of this message have been removed]
Excellent, thanks guys.


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