In the IT Assets exercise I have a filter to list only the assets with isActive field = true.
To remove an asset they asked to change isActive to false so the filter won't let it show. So you see the list of isActive = true assets, click the one to remove and see the View. Then I select update and see the confirmation screen.
Once I submit the form changing the field, Appian shows Action Completed message and then displays this error:
Is there any way appian return directly to the list instead of the view or other solution?
Thanks for the help
Discussion posts and replies are publicly visible
Hi mario525 ,
If you have source filter added in Record (isactive=true) and you go in the record view and click your Delete Action (Isactive=false). This Error will error.
1)If you want to delete, you can add Delete action in the grid and do. This way you won't get error.
2)Or you can remove the source filter and add the filter in the grid where you show the data
Thanks Shanmathi. In the exercise appian asks to use update action instead of delete so the data not be lost for ever.
In the previous versions of community I built the same solution and didn't got that error and automatically went to the list after the update.
If I don't use the source filter I will have to configure a filter in every place I need to list the assets.
mario525 said:If I don't use the source filter I will have to configure a filter in every place I need to list the assets.
Yes that's right.
mario525 said:Thanks Shanmathi. In the exercise appian asks to use update action instead of delete so the data not be lost for ever.
Yes it is soft delete (isactive=false) and not hard delete (Delete a row).
mario525 said:In the previous versions of community I built the same solution and didn't got that error and automatically went to the list after the update.
Did you not use the source filter?