MethodName_CaseSafe=substringafterlast, childIdx=1, BeginColumn=34, MethodName=substringAfterLast}}: com.salesforce.graph.symbols.apex.ApexStringValue.apply(ApexStringValue.java:394);com.salesforce.graph.symbols.PathScopeVisitor.handleApexValueMethod(PathScopeVisitor.java:1462);com.salesforce.graph.sy...
Not experienced in apex code so would appreciate some help. Within a controller I am trying to retrieve the first 3 characters of a field to either
create(new ApexConfiguration(Charsets.UTF_8)); queryParser.setRootRule(queryParser.getGrammar().rule(ApexGrammarRuleKey.QUERY_EXPRESSION)); parsedQuery = queryParser.parse(queryAsString); } catch (Exception e) { ChecksLogger.logCheckError(CLASS_TO_LOG, METHOD_T...