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
    評論操作 永久連結

登入寫評論。