Is it possible to call NotifyHost method in infopath forms buttons rule?

StackOverflow https://stackoverflow.com/questions/14739146

  •  07-03-2022
  •  | 
  •  

Pergunta

I need to call NotifyHost method in the button control which is in the infoptah form. Need to call this using a rule. Is this possible? If so please help !

Foi útil?

Solução 2

Solved the problem by creating a data connection to submit the data to the host and calling the data connection in the button rule for submission of data to host

Outras dicas

Why does it have to be done using a rule? You could change the action of the button to "Rules and Custom Code" and access NotifyHost from there. You can also do whatever the button was previously doing (E.g. Submit, Rules, Validation, etc) in the code behind as well.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top