Hi all.
So quick question. I know the standard out of the box method for resolving cases is the pop out of the modal incident resolution entity from which you select status, billable hours, remarks etc. But is there a way to call the modal but use it in my own custom javascript web resource? Like mimic the whole out of the box case resolution method but using my own javascript function as opposed to the out of the box one? I need this cause I want o do a
The reason being is I want to do some additional case update functions before resolving the case.
So it'll go like this:
Replace the resolve button on cases with my custom one. I still want to call the case resolution modal but when they resolve the case it performs a call back function which then updates a field on cases.
Mike