BPM Check Box and Date

Data Directive on updated or added row

 

For Each ttSomeTable:

                If ttSomeTable.CheckboxXX = true then do:

                                Assign ttSomeTable.DateXX = Today.

                End.

End.

 

Something to that effect.

 

Joshua Giese
Technology Solutions : CTO

Direct Phone:    920.593.8299
Office Phone:    920.437.6400 x342

http://wcibags.com/email/emailFooter4.jpg

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 21, 2015 12:01 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM Check Box and Date

 

 

All

We are using User Defined Check Boxes and would like the User Defined Date Field to be populated after the check box is marked  

 

Has anyone use a BPM to populate the date field after the check box has been checked

 

Thanks 

Best Regards

Ed Agar

Glebar 

Production Manager 

 

 

All

We are using User Defined Check Boxes and would like the User Defined Date Field to be populated after the check box is marked  


Has anyone use a BPM to populate the date field after the check box has been checked


Thanks 

Best Regards

Ed Agar

Glebar 

Production Manager 



Yes, this is pretty easy.  We do it several places to show Timeline progressions. 

 

E9

1.       Condition if CheckBox has been changed from False to True

2.       Actions set the QuoteHed.Date01 to the string(Today)

 

E10

1.       Condition if CheckBox has been changed from False to True

2.       Set QuoteHed.Date02 of the changed row to the BpmFunc.Today() expression

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 21, 2015 1:01 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM Check Box and Date

 

 

All

We are using User Defined Check Boxes and would like the User Defined Date Field to be populated after the check box is marked  

 

Has anyone use a BPM to populate the date field after the check box has been checked

 

Thanks 

Best Regards

Ed Agar

Glebar 

Production Manager 

 

 

Oops copy paste is not always my friend.  In the E9 example the string  part of string(Today) shouldn’t be there.  I also add the user id in this particular place and didn’t clean it up well enough sorry.

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 21, 2015 1:19 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] BPM Check Box and Date

 

 

Yes, this is pretty easy.  We do it several places to show Timeline progressions. 

 

E9

1.       Condition if CheckBox has been changed from False to True

2.       Actions set the QuoteHed.Date01 to the string(Today)

 

E10

1.       Condition if CheckBox has been changed from False to True

2.       Set QuoteHed.Date02 of the changed row to the BpmFunc.Today() expression

 

Brenda

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 21, 2015 1:01 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM Check Box and Date

 

 

All

We are using User Defined Check Boxes and would like the User Defined Date Field to be populated after the check box is marked  

 

Has anyone use a BPM to populate the date field after the check box has been checked

 

Thanks 

Best Regards

Ed Agar

Glebar 

Production Manager