How to create a new page where I need to create object of entity from different module
0
Hi Expert, My requirement: I want to create new tags. So in current page where the data is coming from page parameter of Entity 'A'. on this page I want to add a button which opens new popup page where I can use data view to create new Tag. This Tag attribute is coming from 'B' entity on a different module. What I have done: From the current page I created a button which call new page and added the data source as Entity B in the popup. Now I am getting error as . Help me to resolve the error and how do I achieve my requirement I have also attached the screenshot of the page too.
asked
Harsh Bhanushali
1 answers
1
Hi Harsh,
Instead of Showing popup page in a direct button, Try cry creating Entity B object in Microflow or Nanoflow and pass the parameter of Entity B object to the page.