Showing error

0
Hello everyone,   I created a overview page and set the properties, but it is showing error in add button. please share your ideas.  
asked
2 answers
0

Hi Swetha,

Error is saying Analysis_overview should have 1 parameter of type Analysis

go to analysis_overview page , check parameter count like below image. it should be 1 and its type sould be Analysis

image.png

answered
0

Hi Swetha,

 If your are create new Analysis object by clicking New Analysis button. the On click action should give create object like this below 

image.png

 

You check your onclick page Analysis parameter should be Analysis. If not you can add . 

 

If your onclick option of your button call microflow . In that microflow If you created new analysis object you should pass the new analysis object in to the respective Analysis edit page.  double check the your parameter is same or not?

answered