• Maxime
  • NEWBIE
  • 20 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 6
    Replies
Hello,

Do you know if there is a page with a listing of all the organization where my package is installed ?

Thanks
Hello i would like to have an FLS example on a managed package settings page where i use custom metadata.
Do i have to look for "PermissionsCustomizeApplication" ? but how. 
 
Hi,

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)
Hey everybody,

I sent my business plan to Salesforce at the beginning of november and it's still pending for approval, and we need that to ask for the security review.

I read it takes 3 days usually, do you have some feedback ?

Thanks
Hello,

Here is my goal :

On opportunity page i want to have a button that open a popup with
- a pdf that i generate (renderas)
- two buttons (save & save as attachment) -save i natively supported with renderas-

Is there a way to easy open a popup with a visualpage inside ? i want to stay on the opportunity page.

Thanks