• Akanksha Bhardwaj
  • NEWBIE
  • 15 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Error Received:
"Challenge Not yet complete... here's what's wrong: 
The process did not set the correct Type value on submitting for approval"



Process Automation
Here is my code: 
public class StringArrayTest {
    public static List<String> generateStringArray(Integer len){
        List<String> myarr = new List<String>();
        for(integer n=0;n<=len;n++)
        {
            myarr.add('Test' +n);
            system.debug(myarr[n]);
        }
        return (myarr);
    }
}
Error Received:
"Challenge Not yet complete... here's what's wrong: 
The process did not set the correct Type value on submitting for approval"



Process Automation
Hi All
can you please share interview questions and different senarios which ask for experienced sfdc developers