Skip to main content
Nintex Community Menu Bar
Solved

This list is re-using an Application After Migrating a site between collections

  • June 13, 2024
  • 3 replies
  • 80 views

Forum|alt.badge.img+3

new to K2 and just used Sharegate to migrate a SharePoint site between collections. Opening K2 Application on the new site it gives me this message:

“This list is re-using an Application. 

To detach the Application from this list,”

 

Nothing further.

Any tips or fix for this?

Best answer by TinTex

Are you seeing this page?

Does the learn more… link redirect you any where?
You may have to reset the link for this list/library as per:

 

Resetting the workflow links

When you need to remove the reuse links, such as if your secondary list is no longer part of the same set of lists and is customized with new columns just for that region, you must reset the list. You can then appify it and it becomes its own solution not linked to other solutions.

For SmartForm links, run the ResetSharePointListFormsUrl method of the SharePoint.Integration.HelperMethods system SmartObject. Use the Site URL and List ID values of the secondary list or library you're resetting as inputs to the method.

For lists and libraries only appified with forms, if you change your primary list from using SmartForms back to using SharePoint forms, you can appify your secondary list or libraries without resetting the form links. See Working with SharePoint Forms for more information on using SharePoint forms.

For workflow links, run the RemoveSharePointDynamicWorkflowLinking method of the SharePoint.Integration.HelperMethods system SmartObject. Use the Site URL and List ID values of the secondary list or library you're resetting as inputs to the method.

 

https://help.nintex.com/en-US/nintexautomation/userguide/5.7/Content/Create/K2ForSharePoint/Create/CreateFormsDynamic.htm

 

3 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • Answer
  • June 14, 2024

Are you seeing this page?

Does the learn more… link redirect you any where?
You may have to reset the link for this list/library as per:

 

Resetting the workflow links

When you need to remove the reuse links, such as if your secondary list is no longer part of the same set of lists and is customized with new columns just for that region, you must reset the list. You can then appify it and it becomes its own solution not linked to other solutions.

For SmartForm links, run the ResetSharePointListFormsUrl method of the SharePoint.Integration.HelperMethods system SmartObject. Use the Site URL and List ID values of the secondary list or library you're resetting as inputs to the method.

For lists and libraries only appified with forms, if you change your primary list from using SmartForms back to using SharePoint forms, you can appify your secondary list or libraries without resetting the form links. See Working with SharePoint Forms for more information on using SharePoint forms.

For workflow links, run the RemoveSharePointDynamicWorkflowLinking method of the SharePoint.Integration.HelperMethods system SmartObject. Use the Site URL and List ID values of the secondary list or library you're resetting as inputs to the method.

 

https://help.nintex.com/en-US/nintexautomation/userguide/5.7/Content/Create/K2ForSharePoint/Create/CreateFormsDynamic.htm

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • June 18, 2024

Hi @srkrahn Did you resolve your question?


Forum|alt.badge.img+3
  • Author
  • Rookie
  • June 18, 2024

Yex @TinTex response was spot on with the explanation of what I was experiencing and the resolution. Worked perfectly.

thank you