Skip to main content

Hi All,

I had Editable list view, Where on toolbar i had Add,Delete button and I had common Save button on view

Problem i am facing is

I had 3 recors in List view ,Record A,B and C

I had perfrom following 

1. edited record A

2. Delete recrord B  Here i am chaing in if Primary ID avilable SO column then update else add

Please find attched screenshot

3. Add new record D

When  i hit Save My newly added record not get save.

WHen i debug i found that since i am removing record from editable list it will take that GUID only for next record.

How we can solve this?

 


13673iADA8743C8E90FB9D.png

Hi,


 


I noticed in your screenshot, you are calling a SmartObject's Delete method. Is that SmartObject the same SmartObject used by your List View to retrieve the records?


 


Reply