function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jfurr_improveit360jfurr_improveit360 

Schema.FieldsetMember -> Field Describe

I'm working on a mobile hybrid app that uses the REST API. I'm using Fieldsets so that the data displayed in the app can be configured. The problem I'm having is that I cannot get to the Field Describe from Schema.FieldsetMember so that I can get the user's permissions. Also, fields from related objects can be included in the Fieldset, so I can just get the decribe results for the object that has the fieldset. Does anyone have a good solution?