You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apex code not working in Salesforce v50+.
RealFire Essential Help Update indicates I am on the current version yet I am getting an error in Realfire Apex Editor for the code block below. Please Advise.
Tom Owen
1: for(String tag: Adobe_eSign_Tag__mdt.getAll().keySet()){
2: System.debug(tag);
3: }
System.TypeException: Unsupported sobject type and/or version
AnonymousBlock: line 1, column 1
The text was updated successfully, but these errors were encountered:
Apex code not working in Salesforce v50+.
RealFire Essential Help Update indicates I am on the current version yet I am getting an error in Realfire Apex Editor for the code block below. Please Advise.
Tom Owen
1: for(String tag: Adobe_eSign_Tag__mdt.getAll().keySet()){
2: System.debug(tag);
3: }
System.TypeException: Unsupported sobject type and/or version
AnonymousBlock: line 1, column 1
The text was updated successfully, but these errors were encountered: