Create HTML page show all contact related to specific account, add this webresource as a subgrid in the form
Create HTML page show all contact related to specific account, add this web resource as a sub grid in the form We need to create one html and add the JavaScript and CSS. After Add the webresource to Form. For this fist we need to create hml like below <!DOCTYPE html> <html> <head> <title>Contact Records</title> <style> table, th, td { border: 1px solid black; border-collapse:collapse; border-color:yellow; } td{ text-align:center; color:blue; background-color:blue; } th{ ...