Vincent FINET
Vincent FINET
see https://salesforce.stackexchange.com/questions/183660/slds-table-with-fixed-header
Property "stickyHeaders" of datatable still not stable. Postpone to next version.
Dear @manjunath-ghub Did you try the actions listed here: https://support.google.com/chrome/answer/95669?hl=en&co=GENIE.Platform%3DDesktop Thank you.
Tools that are already on the home page, but somehow hidden: - Salesforce Optimizer (https://trailhead.salesforce.com/en/content/learn/modules/salesforce-optimizer) - Salesforce LEX Readiness Report (https://help.salesforce.com/articleView?id=sf.lex_readiness_check.htm&type=5) - Permission Helper (https://appexchange.salesforce.com/appxSearchKeywordResults?keywords=%22Permission%20Helper%22&searchType=simpleSearch) - Salesforce Guidelines for secure...
hello @Surenity-devops Thank you for your time on "trying" to use Org Check and creating this issue! For your information, the session comes with the one used in Visualforce pages....
Would you be interested to see if the beta version of Org Check solves your issue? if yes go to https://docs.google.com/forms/d/12NATkaEbN3wsoP7KbO2hKzhlkWveki1AOeZ8_lVUFAc
Do you still have the issue ???
the minimum I could do is to calculate the percentage of code versus comment. that could be a good start.
SOQL like: ``` SELECT Id, LengthWithoutComments, body FROM ApexClass ``` Then code like this: ``` query.forEach(c => { const v = c.LengthWithoutComments !== -1 ? ((c.Body.length-c.LengthWithoutComments)/c.Body.length * 100) : (-1);...
Additional proposition from Will on the trailhead community: > I would love to see these Lightning Pages listed in the Object tab as well