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
    评论操作 固定链接

请先登录再写评论。