afv-library/prompts/data-operations/create-fake-data.md
2025-12-11 15:39:09 -05:00

628 B

name description tags
Account Test Data Generator Create an Apex script that generates 10 realistic Account records with complete business data including name, account number, type, industry, annual revenue, ticker symbol, and number of employees. Includes documentation on how to execute the script anonymously. salesforce, apex, data-generation, test-data, developer, admin

Create an apex script that I can run anonymously to insert 10 account records with name, account number, type, industry, annual revenue, ticker symbol and number of employees.

Generate a document with instruction on how to run the script.