You need to sign in to do that
Don't have an account?

FLS error on custom settings
Hi,
I have an error on the source scanner : FLS create/update
I cant find any documentation about FLS on custom settings. This page is only accessible by admin (package setting page)
I have an error on the source scanner : FLS create/update
public with sharing class Heeet_ApikeyController { public app_settings__c settings {get;set;} public Heeet_ApikeyController() { settings = app_settings__c.getOrgDefaults(); } public void saveSettings() { upsert settings; } }
I cant find any documentation about FLS on custom settings. This page is only accessible by admin (package setting page)
There is no field-level security for custom settings. Check if there is 'Customize Application' permission is enabled.
https://salesforce.stackexchange.com/questions/114081/how-do-you-configure-field-level-security-for-custom-settings-in-managed-package
Thanks,
Thanks,