Skip to main content
Nintex Community Menu Bar

Approval Url not working

  • November 22, 2019
  • 2 replies
  • 9 views

Forum|alt.badge.img+1

Hey,

 

I have a workflow where I am assigning a task via request data. Unfortunately the approval url which is sent to the users does not work. I have already found why the url is not working. It's structure is the following: 

https://sharepoint-d.company.net:88/teams/TestEnvironment/Lists/Nintex Workflow Tasks/EditForm.aspx?ID=209

 

If I am deleting the :88 out of the url it is working. 

Here some background information: The workflow which is assigning the task is a child workflow. If I integrate the request data operation into its parent workflow the link is generated without the :88.

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • November 25, 2019
Hi,

It looks like the child workflow is picking up the incorrect Alternative Access Mapping.
You can set the mapping using the NWAdmin tool and the AddZoneSetting operation.
https://help.nintex.com/en-US/nintex2016/current/#sp2016/NWAdmin/AddZoneSetting.htm%3FTocPath%3DAdminister%2520%7CFarm%2520administration%7CManage%2520your%2520farm%7CNWAdmin%2520Guide%7COperations%7C_____5

Forum|alt.badge.img+1
  • Author
  • November 26, 2019

That fixed it! Thank you!