I want to pass the data from the parent screen to the child popup, I used the input parameter of JSON text. it worked the first time but it couldn't refresh when I clicked the link the second time. It got 404-File or directory not found error when I used ajax to refresh the input value before clicking the link. I want to try notify at parent and get notify in child but doesn't seem to work. What should I do to fix the error, please help me!
Hi Thanh Ta,
Could you please provide a sample oml for this issue so that we can look into it what is exactly going wrong and provide you a desired solution for the same?
Thanks :)
Passing objects to screens is not recommended as per best practice. Best solution is to send the Id and retrieve the record in Preparation.
Thanks,
Samiksha.
Hi Thanh,
Instead of passing list data to popup screen, you should pass id of that record and fetch that record in preparation of popup page.
Passing list data to child page will create performance issues
For more detail please go through below link:
https://success.outsystems.com/Documentation/Best_Practices/Performance_and_Monitoring/Performance_Best_Practices_-_User_Interface
Regards
Shashikant Shukla