Hi all,
I am getting runtime exception on opening my embedded component.
I have followed below steps.
Step 1 : Added Embedded component in my solution.
Step 2 : Opened its UI Designer and added Advanced list pane with Two static text column init.
Step 3 : Binded Two columns from adavanced list pane data on "BuildingList" structure. please check below screen.
![1.jpg]()
Step 4 : Created a Structure in Data model : InportParameters , added two parameters. please check below screen.
![2.jpg]()
Step 5 : Created an INPORT in controller of my EC , added two parameters in it and binded it with the above created parameters.
![3.jpg]()
Step 6 : Did connection Between standard TI ( Where i wanted to put my EC , in my case Account TI )
. please check below screens.
![4.jpg]()
![5.jpg]()
as you can see in above screen , I have binded my Parameters of my Inport to Outpurt of PublicOutportECCCustomerroot's parameter.
Step 7 : Finring Event and Handling the same in custom event handler, InportEvent which i have created ( Check step 8 & 9 ).
![6.jpg]()
Step 8 : Event handler for Inport.
![7.jpg]()
Step 9 : adding another operation for firing another event handler , QueryHandler.
![8.jpg]()
Step 10 : Added a Query : QuerybyIdentification , binded its parameter to a custom structure in datamodel ,Query parameter.
Step 11 : Given resultlist in Query which i created in step 3.
Hence i suppose all things are connected .
Standard TI to my EC via inport which triggers query and give data in result list.
But due to very "POOR" error management in cloud application studio i am not able to figure out where i have made a mistake, any pointer would very helpful.
For Error screen shot :
![9.JPG]()