Pop-out form with multiple entities

0
Hi, I’m using a Pop-Out List with it linked to an entity. Now, I have another data I’d like to use but that’s from another entity. In other words, I have one Pop-Out List with an additional entity I’m trying to use. Is there any other methods to solve this? This is being developed in Studio Pro 9.7.0
asked
1 answers
0

Hi ,

 

If its associated with the current context entity of list view pop up page then keep a data view as data source microflow retrieve expected and return.

else the only need to show a data keep a non persistable entity and save into that before showing the pop up page. The same way can retrieve using microflow to retrieve and return using non persistable entity.

 

Hope this helps!

answered