Request offering formular answers
Hi there,
if I submit a request offering in cireson portal the roService.js assignes user inputs and related items to the pageForm.viewModel eg. via processUserInputs- and processQueryReltaedItems-Function. Both fuctions have a parameters e.g. answers and targets. Which file or process is calling this functions and passing the parameters after clicking submit button (which controller is the entry point)?
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭
@Steffen_Dobritz - roService is called from the RO page itself. If you look at the Network tab of the browser's Developer tools, and look at the response to /SC/ServiceCatalog/RequestOffering/<GUID of SO>,<GUID of RO> you can see roService being invoked.
1
Answers
@Steffen_Dobritz - roService is called from the RO page itself. If you look at the Network tab of the browser's Developer tools, and look at the response to /SC/ServiceCatalog/RequestOffering/<GUID of SO>,<GUID of RO> you can see roService being invoked.