Workflow Notification Service
-
- Posts: 46
- Joined: August 26th, 2021, 2:02 pm
- Contact:
Workflow Notification Service
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
- Log - Wed Sep 08 2021 15_27_41 GMT-0500 (Central Daylight Time).txt
- (21.83 KiB) Downloaded 294 times
-
- Screenshot_QueryBuilder(GetRequest).png (52.87 KiB) Viewed 4978 times
- Screenshot_QueryBuilder(GetRequest).png (52.87 KiB) Viewed 4978 times
word count: 82
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Workflow Notification Service
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.
You can import this file to fix the method.
word count: 47