Hi All can any body help me how can I use Start Process Writer functi

Hi All

can any body help me how can I use Start Process Writer function plug-in to start a process model from SAIL form?

I have read in the forum that it must be used in bind function but I did not now how can use!

OriginalPostID-185838

OriginalPostID-185838

  Discussion posts and replies are publicly visible

Parents
  • @aasuliman, To answer
    1) When you invoking the process by clicking button/link the setter function
    will be executed and it tries to pass button/link value to the setter function. That means at least one parameter of the setter function should be left empty(using _) so that the button/link value is passed to that parameter when clicked.
    2) We cannot get immediate response from the process.
Reply
  • @aasuliman, To answer
    1) When you invoking the process by clicking button/link the setter function
    will be executed and it tries to pass button/link value to the setter function. That means at least one parameter of the setter function should be left empty(using _) so that the button/link value is passed to that parameter when clicked.
    2) We cannot get immediate response from the process.
Children
No Data