Skip to main content
Vasudha Avadhani (CTS) 님이 #Data Management에 질문했습니다
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개
  1. 2015년 7월 12일 오전 12: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