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
Cali ShadonixCali Shadonix 

Creating a table within Account View

Hi!

I am currently trying to add in a table to our Account View. I have been playing around with visualforce but am not getting the result I am looking for. 

Here's an example of the table:
Table

Ideally, each of the blank fields would be a text field. 

Thanks in advance!
Andrew GAndrew G
The table is to be used how?

Is it just meant to display details from other related records?  Perhaps a lightning component table would work. 

If you can't go lighting perhaps check this other post https://developer.salesforce.com/forums/?id=906F0000000DEPAIA4

Regards
Andrew

 
Madhukar_HeptarcMadhukar_Heptarc
Hi
As  per my understanding, I made a visualforce code and Controller to create the Table in Dynamically So you can use that table format to insert the Multiple records at a time. you can edit the fields and you can Add the rows at dynamically. if you click on the save button it will be saved into the object.
 
Madhukar_HeptarcMadhukar_Heptarc
Hi cali Shadonix,
As per your requirement i was developent code it shows like as below Preview.
User-added image
Here you can add the table by clicking on the Add Accounts row and if you click Save Accounts it will save to object