Landing Page in Constellation do not allow user to selectively create case

Hello Team ,

We have an requirement to present user on Landing page an option to search account number . If the account number is found in data type , we present case launcher option to user to create case .

Is this possible to acheive it from pega constellation Landing page .

Product version: Pega Infinity v24.1.3

UI Architecture: Constellation

@NUPURR79I think you are looking for optional actions on data types. Take a look in docs:Pegasystems Documentation

What you need is landing page listing data object, and local action allowing to create Case Type from data object context.

@Kamil Janeczek Thank you for your response .

But we do not want to expose the data object to user .We want to allow user to filter the account number from the data object ,If its found we can show the filtered row to user and then allow the user to create a case .

If the account number is not found we dont want to show user OOTB “No record found” ,Rather a custom message ""Account number is not found " and we do not allow user to create case .