Question

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 !

Était-ce utile?

La solution 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

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top