Skip to main content
Nintex Community Menu Bar
Question

standard field not showing in all fields""

  • July 11, 2024
  • 4 replies
  • 28 views

Forum|alt.badge.img+2

We’re building a Skuid model with the Salesforce object “SurveyInvitations” - we know there is a standard field called ResponseStatus.  We can build reports with it, see it in object manager, and in workbench. 

In Skuid, we do not have the ability to add it declaratively.  We also tried to add it manually in XML and got the error attached.

Also included below is the workbench view.

I am Sys Admin role and can view the field across the platform otherwise.

How can I make this bugger appear?!

uded

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+13

Hi Lucas, what Skuid version are you using? If you’re on an older version, you may not be able to see this field because of the Salesforce API version that Skuid uses in that older version.


Forum|alt.badge.img+2
  • Author
  • July 11, 2024

Ah thanks for this.  We’re on 11.2.30.


Forum|alt.badge.img+13

Okay, yeah that’s what’s going on — 11.2.30 is using API v42, which does not expose the ResponseStatus field for SurveyInvitation: https://developer.salesforce.com/docs/atlas.en-us.212.0.object_reference.meta/object_reference/sforce_api_objects_surveyinvitation.htm

You will need to upgrade to a later version, 12.2.x , in order to access this field using Skuid.


Forum|alt.badge.img+2
  • Author
  • July 11, 2024

Blah ok, still recovering from our last Skuid upgrade.  We’ll have to go without.  Thanks for the info though.