While creating a page based on a table/view, it gives us an option of choosing up to 2 primary keys. How do you create pages based on tables that have primary keys comprised of more than 2 columns?
But while creating a page based on a REST Data Source, it is giving an option of choosing only 1 primary key. How do you create pages based on REST Data Sources that have primary keys comprised of more than 1 column?
We have some tables with primary keys up to 9 columns! APEX is allowing to create REST APIs and REST Data Sources with more than 2 primary key columns but not the pages with more than 1 primary key column. I don't understand this limitation.