Skip to main content

Hi all,

 

I am using list view to add multiple item and then using a save button to execute the Rule "execute the method for all the items that have been select item state".

It can save successfully, but the list item become disappear after saving.

Anyone know why this is happening?

 

Thanks & Regards,

Kyo.

Hi Kyo,

How was this action configured? Could you share with us a screenshot of the actions under the event when the save button is clicked?

Thanks!


Hi ajo,

 

For example i add two detail lines as show below.

11799iF0B1C54697E956F8.gif

 

When i execute save using rule (execute the method for all the item select item state), the list data disappears as shown below.

11522i23E6B20C379B11CB.gif

 

But the data save successfully, when i initialize the list again, the data appears again.

My problem is when user saves 2 data lines, the data becomes disappear.

For user wise, they will think that the data is disappear and do not save properly.

 

By the way, i found the reason that causes this.

It is because my stored procedure return rowcount to indicate whether the data is insert into table.

This return property causes the list data to be disappeared during save.

So i take away the return property of rowcount and the list data does not disappear after save.

 

Thanks & Regards,

Kyo.


16917i90049469C1078857.gif

Reply