Workflow Notification Service

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
smackie
Posts: 46
Joined: August 26th, 2021, 2:02 pm
Contact:

Workflow Notification Service

Unread post by smackie »

I am testing out a new workflow and have run into a problem when it moves from the requestor to the approver. When I run the workflow notification method and it tries to run the GetRequest service, it gives me an exception stating that it is an invalid object name. I've tried to access the canvas and verify the table path and name; however nothing loads (see screen shot). I've attached the logs from my latest test showing the error.
Attachments
Log - Wed Sep 08 2021 15_27_41 GMT-0500 (Central Daylight Time).txt
(21.83 KiB) Downloaded 294 times
Screenshot_QueryBuilder(GetRequest).png
Screenshot_QueryBuilder(GetRequest).png (52.87 KiB) Viewed 4979 times
Screenshot_QueryBuilder(GetRequest).png
Screenshot_QueryBuilder(GetRequest).png (52.87 KiB) Viewed 4979 times
word count: 82
SteveCap
Posts: 329
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Workflow Notification Service

Unread post by SteveCap »

The method you have has an incorrect table name. It should be Workflow_Requests not EP_Workflow_Requests.

You can import this file to fix the method.
METHOD-10000100.xml
WorkflowNotification
(788.58 KiB) Downloaded 293 times
METHOD-10000100.xml
WorkflowNotification
(788.58 KiB) Downloaded 293 times
word count: 47
Post Reply