Mark,
Below are the two form rules I have set up ---- When I edit a record -- record_A and set the conditions for Form Rule A to "fire" AND save the record_A -- nothing happens -- however - when I then go back and select Edit record_A and immediately Save record_A --- the rule "Fires" - BUT --- it should "fire" when I initially Saved Record_A ---- both form rule work -- if I take the extra step of "reediting" and saving.... thank you again for any advice
Form Rule A
Expression Formula
[checkboxfield_A]=true and
[Checkbox_B]=false and
[Fileattachment1]<>"" and
[Fileattachment2]<>""
Then Change Value on [Checkbox_B] to "checked"
(checked) Run change actions when a condition changes from false to true
Run this rule when someone:
Record open, record save, or field value change
Record edit or record add (note: grayed out -- not able to select)
checked Record save
Record save after validating
Form Rule B
Expression Formula
[checkboxfield_A]=true and
[Checkbox_B]=true and
[Fileattachment1]="" or
[Fileattachment2]=""
Then Change Value on [Checkbox_B] to "unchecked"
(checked) Run change actions when a condition changes from false to true
Run this rule when someone:
Record open, record save, or field value change
Record edit or record add (note: grayed out -- not able to select)
checked Record save
Record save after validating