function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Livia PimentelLivia Pimentel 

Data Table Without Apex Classes

Hi, everyone!

I want to create a table that will be located inside of an object's page layout. The example of how the table should be is shown on the image below. In this table, there should be a column that allows the user to insert values that will be used to determine a certain numeric field of my object throught a formula. 

Since I don't have access to Apex classes because my Edition doesn't allow it (I'm using Professional Edition), I wonder if there is a way of creating such table without it. Is it possible to create it without having to create Apex Classes?

Thanks!
User-added image