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...
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_string.htm You might also notice that you could use the left(3) method in that documentation instead of substring(0,2); String orderHeaderReason = orderHeaderReason_for_Order_FOC__c; if (String....