How to use executeStoredProcedureForQuery in an interface

Any help will be appreciated. See error on the right.

Thanks

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to nicholaso0002

    The original rule you'd asked about was ExecuteStoredProcedureForQuery hence the confusion - this rule is designed to execute a stored procedure for data querying purposes and is restricted against executing any stored procedures that cause data changes, AFAIK.

    You probably want to use the old Execute Stored Procedure process node (the one included in the plug-in since your appian version doesn't yet support the new smart service).  You would still require the user to enter the date in an interface and save it into a PV, and then you would use that date in the procedure inputs in the in-process node.

    For this node, the configuration is just done (as far as I remember) by just adding node inputs named exactly after the procedure input (with the same data type) and passing your process value.