Skip to main content
Nintex Community Menu Bar
Question

Skuid won't bring in ID into URL

  • July 10, 2024
  • 7 replies
  • 11 views

Forum|alt.badge.img+5

I’m having an issue moving from a pre-production environment to production. I have a url that references the lead ID. However, when I have a redirect URL in Skuid that has the URL.ID={{WhoId}}, when the url is populated, the {{WhoId}} is completely blank. It was working a few days ago, and I went to update the xml with updated functionality unrelated to the URL in question, and now this redirect isn’t work. Has anybody seen this? I also have another Account Redirect URL that is acting in the same fashion…completely leaving the ID in the URL blank.

7 replies

Forum|alt.badge.img+20

Er … uh … huh? WhoId is a field on the Event and Task object. Where is this URL being generated from? Have to assume a Task or Event record. If so, check to ensure the model on the Task or Event has the WhoId field included.


Forum|alt.badge.img+5
  • Author
  • July 10, 2024

Hey Pat - So, in my model, I’ve tried ID, WhatID, WhoId. Previously, it was working with ID. But now, the ID in the URL is completely blank. Another button I have on the page that references a specific URL.ID={{Id}} works…but another one for a DifferentURL.ID=BLANK instead of {{Id}}. I had to pull it from my release tonight…I will have screenshots tomorrow. Interestingly, in a pre-prod environment, everything was working and redirecting as expected. Then in prod, the Id was blank in the URL.




Forum|alt.badge.img+20

Strange indeed. Can you provide the XML to the page?


Forum|alt.badge.img+5
  • Author
  • July 10, 2024

Here is the last XML to work in Prod…except, when I copied the exact URL that was being called for the Reassign Lead button, it didn’t work tonight. I had a deadline for my release tonight so it was pulled, but still need to figure this out soon to get that piece of functionality back in.

Completed

Deferred

Deferred

Completed

PCG - {{Name}} Lead Detail<br>

Lead Owner: {{Lead_Owner_Read_Only__c}}

&


Forum|alt.badge.img+20

missing much of the XML


Forum|alt.badge.img+20

Forum|alt.badge.img+5
  • Author
  • July 10, 2024

Pat - you are amazing! Thank you for the insight and fix!!! For anyone that might land on this post, I had my Page Title//Button referring to another model (Activities) instead of the main model (Leads). Once we changed the button to a page title referring to Leads, then it worked!!!