Question
Navigation on the form page view by the previously filtered list setup
12:33 Feb 09, 2024
Hi everyone,
is there a button that can navigate on the record's form page to the next record's form page, which is previously filtered by list setups?
Thanks, Timea
Like
2 comments
14:09 Feb 09, 2024
Hi timea ,
you can use "crt.OpenPageRequest" handler to open specific page onbutton click .
request.$context.executeRequest({ type: "crt.OpenPageRequest", $context: request.$context, schemaName: "UsrCaseStatus_ModalPage", modelInitConfigs: [ { action: "edit", recordId: caseId //RecordId of the page } ] });
Thanks.
16:05 Feb 11, 2024
Hello,
Unfortunately, such functionality is not implemented in the application.
We have submitted a request to the development team to assess the possibility of implementing such functionality in the product.
Thank you for helping us make our product better!
Best regards,
Pavlo!
Show all comments