Suppose I have a custom action called "Obsolete". When user selects a record in list report and clicks on it, it sets the Inactive = 'X' for the record. Currently I am showing records in the list reports which are not inactive i.e. Inactive = "".
Therefore, I want after the custom action sets the Inactive = "X" for the record, the list report should get updated and the record should be removed from the list report as the list report is served by the RAP BO projection view where Inactive = "".
Currently I didn't find any suitable feature available in Fiori Element to achieve this. Please suggest the needful.
Suppose I have a custom action called "Obsolete". When user selects a record in list report and clicks on it, it sets the Inactive = 'X' for the record. Currently I am showing records in the list reports which are not inactive i.e. Inactive = "".
Therefore, I want after the custom action sets the Inactive = "X" for the record, the list report should get updated and the record should be removed from the list report as the list report is served by the RAP BO projection view where Inactive = "".
Currently I didn't find any suitable feature available in Fiori Element to achieve this. Please suggest the needful.