Skip to main content
Hi , This is the error I get while invoking the flow & trying to save the page. what value should I give for "interview" attribute? 

 

[Error] Error: Missing required attribute name in <flow:interview> in FlowPage at line 7 column 19
6 risposte
  1. 12 lug 2015, 00:21

    Replace it with the following (again copy paste):

    <apex:page>

    <flow:interview name = "New_Customer_Flow" />

    </apex:page>

    Those double quotes came in funky when I copy pasted them from my machine hence the syntax error.

     

     
0/9000