Show Loading Panel

To show the loading panel on views (which have inline editing enabled) when editing view records which trigger the execution of a workflow, go to the entity view configuration page, Code tab, click the Display Options tab and set the showLoadingPanel option to true: “showLoadingPanel”:true

You have an entity FTOS_CASE_Case and a child entity, CaseXSelectedRisk2. The child entity has a view, FTOS_CASE_Case, which has the cell edit mode enabled. The view has records which when updated trigger the execution of a workflow on the child entity, CaseXSelectedRisk2

To show loading when changing the value of such records, on the child entity, CaseXSelectedRisk2, in the list of views, double-click the FTOS_CASE_Case view. In the entity view configuration page, click the Code tab, click the Display Options tab and set the showLoadingPanel option to true: “showLoadingPanel”:true

Copy
{
  "allowEdit" : true,
  "editMode" : "cell",
  "showLoadingPanel" : true
}

To hide the loading panel, either set the showLoadingPanel option to false or remove the option from the Display Options tab.