{"id":23430094,"url":"https://github.com/kislaykashyap-hub/dynamic-record-creation","last_synced_at":"2026-04-14T03:33:05.764Z","repository":{"id":268341419,"uuid":"904037308","full_name":"KislayKashyap-hub/Dynamic-Record-Creation","owner":"KislayKashyap-hub","description":"Dynamic Record Creation project demonstrates the creation, management, and visualization of Salesforce records using Lightning Web Components (LWC) and Apex.","archived":false,"fork":false,"pushed_at":"2024-12-16T06:26:41.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T14:18:13.882Z","etag":null,"topics":["apex","apex-class","api","crud","css","git","github","html","javascript","lwc","lwc-component","salesforce","salesforce-developers","salesforce-lightning","sfdx"],"latest_commit_sha":null,"homepage":"https://github.com/KislayKashyap-hub/Dynamic-Record-Creation","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KislayKashyap-hub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-16T06:11:22.000Z","updated_at":"2024-12-16T06:30:33.000Z","dependencies_parsed_at":"2024-12-23T08:15:20.046Z","dependency_job_id":null,"html_url":"https://github.com/KislayKashyap-hub/Dynamic-Record-Creation","commit_stats":null,"previous_names":["kislaykashyap-hub/dynamic-record-creation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KislayKashyap-hub/Dynamic-Record-Creation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FDynamic-Record-Creation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FDynamic-Record-Creation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FDynamic-Record-Creation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FDynamic-Record-Creation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KislayKashyap-hub","download_url":"https://codeload.github.com/KislayKashyap-hub/Dynamic-Record-Creation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KislayKashyap-hub%2FDynamic-Record-Creation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apex","apex-class","api","crud","css","git","github","html","javascript","lwc","lwc-component","salesforce","salesforce-developers","salesforce-lightning","sfdx"],"created_at":"2024-12-23T08:15:13.714Z","updated_at":"2026-04-14T03:33:05.748Z","avatar_url":"https://github.com/KislayKashyap-hub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ Dynamic Record Creation ✨\n\nWelcome to the **Dynamic Record Creation** project! This project demonstrates the creation, management, and visualization of Salesforce records using Lightning Web Components (LWC) and Apex.\n\n---\n\n## 📚 Project Overview\nThis project focuses on dynamically managing **Accounts** and their related **Contacts**. It provides an interactive UI for CRUD (Create, Read, Update, Delete) operations and a seamless user experience through modals and data tables.\n\n### 🔧 Features:\n- ➕ **Create** Accounts and Contacts dynamically.\n- 🔀 **View** and manage related Contacts per Account.\n- ✅ **Update** existing records through modals.\n- ❌ **Delete** multiple Contacts efficiently.\n\n---\n\n## 🔨 Technology Stack\n- **Salesforce Lightning Web Components (LWC)** for the frontend.\n- **Apex** for server-side logic.\n- **HTML \u0026 CSS** for styling and responsive UI.\n\n---\n\n## 🖋️ Components Overview\n\n### 1. **Dynamic1**\n- Displays a list of **Accounts**.\n- Enables opening modals for creating Contacts and viewing related Contacts.\n\n### 2. **ContactManagementModal**\n- Modal component for creating a new Contact.\n- Features dynamic binding and validation.\n\n### 3. **ViewDeletion**\n- Displays Contacts related to a selected Account.\n- Allows bulk deletion of Contacts.\n\n---\n\n## 🔧 Setup Instructions\n\n### Prerequisites:\n1. Salesforce Developer Org.\n2. Salesforce CLI.\n3. Git installed on your system.\n\n### Steps:\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/\u003cusername\u003e/Dynamic-Record-Creation.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd Dynamic-Record-Creation\n   ```\n\n3. Deploy the source code to your org:\n   ```bash\n   sfdx force:source:deploy -p force-app/main/default\n   ```\n\n4. Assign the appropriate permission set to your user.\n\n5. Open your Salesforce org and test the application.\n\n---\n\n## 🎨 User Interface Highlights\n\n### Account Data Table\n- Displays all Accounts in a neatly styled table.\n- 📄 Includes action buttons for each Account.\n\n### Contact Management Modal\n- 🏢 Fully responsive modal for Contact creation.\n- 🔒 Input validation ensures data integrity.\n\n### Related Contacts View\n- Displays all Contacts associated with a selected Account.\n- 🔄 Bulk actions available for managing records.\n\n---\n\n## 🔧 Code Snippets\n\n### Apex Controller\n```apex\n@AuraEnabled(cacheable=true)\npublic static List\u003cAccount\u003e getAllAccount() {\n    return [SELECT Id, Name, Industry FROM Account];\n}\n```\n\n### JavaScript (Dynamic1.js)\n```javascript\n@wire(getAllAccount)\nwiredGetAccounts({ data, error }) {\n    if (data) {\n        this.accounts = data;\n    } else if (error) {\n        console.error(error);\n    }\n}\n```\n\n---\n\n## 🔧 Customization\n### Adding Emojis and Styles\n- Use emojis in the UI to make it more interactive. Example: Add 🔄 for refresh buttons.\n- Style components using CSS:\n```css\n.slds-modal {\n    background-color: #f4f6f9;\n    border-radius: 8px;\n}\n```\n\n---\n\n## 🔧 Future Enhancements\n- Add pagination for large data sets.\n- Implement sorting and filtering options in tables.\n- Introduce advanced validations for Contact creation.\n\n---\n\n## 🚀 Get Involved\n- Found a bug? Report it via Issues.\n- Want to contribute? Fork the repo and create a pull request.\n\n---\n\n## ❤️ Acknowledgments\nSpecial thanks to the Salesforce community and Trailhead for providing resources to build this project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislaykashyap-hub%2Fdynamic-record-creation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkislaykashyap-hub%2Fdynamic-record-creation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkislaykashyap-hub%2Fdynamic-record-creation/lists"}