Hi Readers,
There are requirements where you need to call the task from a button other than the regular method of invoking task from task pane.I have invoked using New button of an applet and thought of sharing this.
Go to applet >> Controls >> NewRecord control and select the HTML Type to 'MiniButton' and change the 'MethodInvoked' property to 'LaunchTask'.
Now go to Control user property for this button and create new record as follows
Name: Task Name
Value: Address Creation Task (Give the task name which you want to call from the button)
compile the changes and you are done :)
There are requirements where you need to call the task from a button other than the regular method of invoking task from task pane.I have invoked using New button of an applet and thought of sharing this.
Go to applet >> Controls >> NewRecord control and select the HTML Type to 'MiniButton' and change the 'MethodInvoked' property to 'LaunchTask'.
Now go to Control user property for this button and create new record as follows
Name: Task Name
Value: Address Creation Task (Give the task name which you want to call from the button)
compile the changes and you are done :)
1 comments:
Thanks a lot man.. this is very helpful
Post a Comment