• Shikhar .
  • NEWBIE
  • 25 Points
  • Member since 2022
  • Deloitte

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 7
    Replies
Hi All,

I'm trying to call apex method in lightning aura component. After all successful save I'm getting the error An internal server error has occurred
Error ID: 1621501516-145166 (1614096034) 
 while previewing the application. Can you some help me to sort it out, I'm new to lightning.

 
Good day,

how can I adjust this formula to be valid for all years, not only for specific one: 
MOD(FLOOR(("Created Date" - DATEVALUE( "2016-01-01 " ) ) / 7 ), 52) + 1
Hey, I am new in apex. I am having an error of Variable does not exist: fflib_SObjectDomain which I have no idea how to fix it. 

Below is my code:

public class Accounts extends fflib_SObjectDomain{
    public Account (List<Account> accounts){
        super(accounts);
    }
      public class Constructor implements      fflib_SObjectDomain.IConstructable {
        public fflib_SObjectDomain construct(List<SObject>sObjectList) {
            return new Accounts(sObjectList);
        }
    }
}

Error message: Variable does not exist: fflib_SObjectDomain

Can anyone help me out?
Customer experience page . not able to see the LWC pages even after implement extension forceCommunity:availableForAllPageTypes
Hi All,

I'm trying to call apex method in lightning aura component. After all successful save I'm getting the error An internal server error has occurred
Error ID: 1621501516-145166 (1614096034) 
 while previewing the application. Can you some help me to sort it out, I'm new to lightning.