All Projects → SalesforceFoundation → Batch Entry For Salesforce.com

SalesforceFoundation / Batch Entry For Salesforce.com

jQuery-based quick entry screen that works with any object. Highly configurable and flexible.

Labels

Projects that are alternatives of or similar to Batch Entry For Salesforce.com

Dg Net
Joint Discriminative and Generative Learning for Person Re-identification. CVPR'19 (Oral)
Stars: ✭ 1,042 (+1170.73%)
Mutual labels:  apex
Lwc Recipes
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
Stars: ✭ 1,147 (+1298.78%)
Mutual labels:  apex
Connectapihelper
Helper class that makes it easier to post Chatter @-mentions, rich text, and inline images with Apex code.
Stars: ✭ 72 (-12.2%)
Mutual labels:  apex
Streams
Durable event pipelines.
Stars: ✭ 51 (-37.8%)
Mutual labels:  apex
Apex Domainbuilder
Framework to setup Apex test data in a highly flexible and readable way using the Test Data Builder pattern.
Stars: ✭ 61 (-25.61%)
Mutual labels:  apex
Rflib
Salesforce open source library with logging framework, trigger framework, feature switches, and advanced monitoring capabilities
Stars: ✭ 69 (-15.85%)
Mutual labels:  apex
Gh Polls
Create a poll with gh-polls
Stars: ✭ 45 (-45.12%)
Mutual labels:  apex
Query.apex
A dynamic SOQL and SOSL query builder on Salesforce.com platform
Stars: ✭ 78 (-4.88%)
Mutual labels:  apex
Purealoe
Salesforce Sample App part of the sample gallery. Agriculture and retail use case. Get inspired and learn best practices.
Stars: ✭ 65 (-20.73%)
Mutual labels:  apex
Sfdc Convert Attachments To Chatter Files
📎 Easily migrate your Attachments to Salesforce Files.
Stars: ✭ 72 (-12.2%)
Mutual labels:  apex
Apex Legends Internal
Simple Apex Legends esp source
Stars: ✭ 53 (-35.37%)
Mutual labels:  apex
Sobject Remote
JavaScript library to simplify CRUD DML operations with JavaScript Remoting on the force.com platform.
Stars: ✭ 57 (-30.49%)
Mutual labels:  apex
Cinnamon
Cinnamon is a Force.com app that enables you to build and run Selenium tests to validate custom UI pages with Visualforce/Javascript in your Salesforce org.
Stars: ✭ 70 (-14.63%)
Mutual labels:  apex
Stripeforce
Stripe API Client Library for Force.com
Stars: ✭ 50 (-39.02%)
Mutual labels:  apex
Visualforce Typeahead
A flexible typeahead component for use on Visualforce pages. Uses the typeahead.js library from Twitter.
Stars: ✭ 73 (-10.98%)
Mutual labels:  apex
Ridge
AWS Lambda HTTP Proxy integration event bridge to Go net/http.
Stars: ✭ 45 (-45.12%)
Mutual labels:  apex
Apexunit
ApexUnit is a powerful continuous integration tool for the Force.com platform
Stars: ✭ 69 (-15.85%)
Mutual labels:  apex
Apextestkit
A way to simplify your Salesforce data creation.
Stars: ✭ 80 (-2.44%)
Mutual labels:  apex
Processbuilderblocks
apex invocable methods for use in Process Builder
Stars: ✭ 77 (-6.1%)
Mutual labels:  apex
Apex Dml Manager
Enforces CRUD/FLS in the least disruptive way possible
Stars: ✭ 70 (-14.63%)
Mutual labels:  apex

Batch Entry for Salesforce.com

Salesforce.com data entry is awesome, and sometimes you need to crank through creating 100 records and you want a faster interface. Spreadsheet-like interfaces don't work well on the web where you might lose your connection at any time. To do an interface like that right, you need to save continually. Batch Entry for Salesforce.com is a lightweight way to work in fast batches.

Some features:

  • Rapid data entry for any object and any fields
  • Highly configurable via a custom setting
  • Work in batches that can be saved and returned to later
  • Pin field values that are constant in the batch to save typing
  • See a list of all records created in the Batch

Screencast

http://www.screencast.com/t/Nh26KHul8

Installation

  1. Deploy this code to a Salesforce organization
  2. Make included tabs and objects visible as desired
  3. Create lookup field to Batch__c for any object you want to do batch entry on (see contact object for example)
  4. Modify the custom setting for each object you want to do batch entry on

Meta

Many thanks to our awesome contributors:

Released under the BSD license.

Release Notes

  • 1.1 (4/9/12)
    Setting to override Opportunity naming behavior
    Refresh save list to display formula/trigger modified fields
    Updates to 'About Batch Entry' tab
    Dynamically query Batch__c field so custom fields can be added to fieldset
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].