cancel
Showing results for 
Search instead for 
Did you mean: 

Limit for exchange data in popup iview

0 Kudos

Hi,

Does anybody know if there is a limitation in the amount of data that can be exchange between a main iview and a popup iview?

I have a pop up iview in my model and I assign several fields from the popup to the caller form i and everything is working well. I increased two new fields in the endpoint, whose length is around 200 characters each, and now not all assigned fields are filled. If I delete these new fields in the endpoint I get again all the assigned values.

Accepted Solutions (1)

Accepted Solutions (1)

Antonio_leites
Participant
0 Kudos

Hi Rafael,

I got a similar problem in the exchange of data between the pop and the main iview. The problem was not related to the amount of data is exchanged, but with the way the endpoint is filled. In my case I filled up the endpoint from two different forms with two events: close and *close. In this case some of the fields were empties in the main iview. I fix the problem using a combine operator to join the forms before fill up the endpoint.

I hope it helps...

Antonio Leites

0 Kudos

thanks Antonio,

I put all the fields in an unique endpoint and now it works.....

Answers (0)