Simple If statement

  • 16 March 2009
  • 2 replies
  • 0 views

Badge +3

How can I had a simple if statement in Blackpoint?


I want to assign the processid to an Infopath field if there is no value in this infopath field.


I want to use this field to save the Infopath form in  the document library. With this field if the document in the document library is modified and this document is not a task, I want to make sure it will not start a new process and update the current task for this Infopath form.


2 replies

Badge +8

You could do this using line rules.  Have a line that leads to an activity that updates the field using the data event.  The rule for the line should check to see if the value is blank.  If it is blank the process will follow the line and update the data.  If the value is not blank then the line will not be followed and the data will not be updated.


I hope this helps.


-Eric

Badge +3
Thank you. Now I understand that the line rules are mainly like if statements.

Reply