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
Kat Noble MooreKat Noble Moore 

method does not exist or incorrect signature : void assemble

Hello, I'm new-ish to apex and am trying to copy over an existing Class we have in our current org. Can someone help me with this one?

Error : Error: Compile Error: Method does not exist or incorrect signature: void assembleFinAcctName(FinServ__FinancialAccount__c, Map<String,Beneficiary__c>) from the type ReportAsset at line 51 column 10

public ReportAsset(FinServ__FinancialAccount__c a,Map<String,String> rtMap,Map<String,String> bfNoteMap,Map<String,Beneficiary__c> primaryBMap,Account household, Boolean isRMD) {
    initialize();
    
        this.itemDate = a.As_of_Date__c;
        if (this.itemDate == NULL) {
          this.itemDate = date.today();
        }
        this.isRMD = isRMD;
Footprints on the MoonFootprints on the Moon
Hi Kat,
Check if assembleFinAcctName is defined in your class, or whether the arguments are correct in number and types.
Let me know if this helps!
Zayn KarimZayn Karim
Yes, I was also facing the same problem. Thanks for the help now It's working :) 
https://tickarise.com/best-gun-safe-under-500/