Can you fire off multiple rules and also put code into the code behind in VSTA? I have 3 rules associated with a given button as it relates to fields on my form.
MakeTrue (sets a fields value), SubmitMe (Submit using Data Connection) and CloseOutForm (Close No Prompt). CloseOutForm doesn't Stop Processing Rules.
I then have a breakpoint set on: public void btnSubmit_Clicked(object sender, ClickedEventArgs e) in the C# code behind. It never fires. If I create a generic button, and associate the code with it and no rules, it works fine.
Any tips are most appreciated.