Skip to main content
Nintex Community Menu Bar
Question

Can we create a skuidpage list of salesforce labels?

  • July 10, 2024
  • 3 replies
  • 21 views

Forum|alt.badge.img+18

What ‘object’ does salesforce store custom labels in?

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+10
  • Nintex Employee
  • July 10, 2024

From looking at this Salesforce documentation it looks like this is actually stored as metadata, not in a Salesforce Object, so to uncover it, you may need to dig into some Apex or Visualforce code.


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

I have a vague recollection of a thought that with Skuid’s REST model capability we could build models on salesforce metadata using some kind of metadata REST api. Does that sound like a thing?


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

Hmm, I took a brief look at the docs, and apparently the Metadata API and Force.com REST API are different things. Anyone know if there is a way to build skuid models on salesforce metadata?