Navigation on the form page view by the previously filtered list setup

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 1

Like

3 comments

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.

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!

Pavlo Sokil,

This will be a useful feature in studio. We have a couple of applications where a record has multiple details (sometimes hundreds), and the user needs to review and enter some information on each detail. Usually, the record to review has multiple fields and requires its own page. 

A next and a previous button would be useful, so the user does not have to close the page, figure it out where in the list they were and then open another record to process.

Thanks,
Jose

Show all comments