I created a process variable. Now I want to run an SQL and assign that value to this process variable. How to do this?

コメント

2件のコメント

  • Avatar
    sysberry GmbH

    Hi Rakesh,

    Unfortunately you can't write SQL query in process modell. You could do this in forms, but not in process. Here you would need to create a stored procedure and use it to get value. You could also do that in form and assign the value to the for field and in process model assign this form field to process field.

    Regards,
    Alexey

    0
    コメントアクション パーマリンク
  • Avatar
    Rakesh Burde

    I am able to assign it by "query record" activity.
    Thanks

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。