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
avimeiravimeir 

Namespaces in Managed apps

Hello,

 

I am trying to use fieldsets in a managed app, but get error compiling when I am not explicitly using the namespace.  

Documentation says that we don't need to excplicitly mention the namespace, so am I doing something wrong?

 

String reservationFldsCSV = Util.asCSV(SObjectType.Reservation__c.FieldSets.mynamespace__Reservation_Tab_Table.getFields());

 

 

Thanks