Dear Plumsail Support Team,
I have a specific scenario as following:
I created a form A for a main list A and within the same form A, there is a sub form (list control) for another list B.
The list A is the parent form and the list B is the child list form.
Our concern is to delete all the records in the child list B using a trigger button in the form of the list A instead of deleting each record alone and for sure must be deleted from the list B.
I think that the child list B is a data table type and it should be a solution like a loop!
Would you please guide me to get suitable script for this scenario?
thank you
I have a similar situation. I configure a delete button In toolbar that for each selected item, search in another list using pnp and delete it.
I put in the button function fd.control('LIST').refresh() but when I push the button, even though it delete item in list b correctly, I can see the item in list control until I push the standard refresh button.