Git Product home page Git Product logo

ibm-ecm-connector-salesforce-lwc-recipes's Introduction

IBM ECM Salesforce Connector Recipes

A collection of code examples for composing IBM Salesforce Connector Lightning Web Components. Each recipe demonstrate how to compose a wrapper component using IBM Salesforce Connector Lightning Web Component and setting the custom properties of the FileNet Document Class.

Installing the app using a Salesforce Org

  1. Set up your environment. Follow the steps below:

    • Install Salesforce CLI
    • Install Visual Studio Code
    • Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension
    • Install Salesforce Connector v5.8.0 on your Salesforce Org
    • Create following FileNet Document Classes in the Object Store. Reconfigure the Object Store to include these classes.
      • MyAccount

        • Properties
          • Description (String)
          • AccountNumber (String)
          • AnnualRevenue (Float)
          • Rating (String) Choice List (Hot, Warm, Cold)
          • IsNew (Boolean)
          • DueDate (DateTime)
      • MyContract

        • Properties
          • ContractNumber (String)
          • Description (String)
          • ContractTerm (Integer)
      • RealEstateProperty

        • Properties
          • Address (String)
          • Type (String)
          • Bathrooms (Float)
          • Bedrooms (Integer)
          • Garage (Integer)
          • Price (Float)
          • Sqft (Integer)
  2. Clone this repository:

    git clone https://github.com/ibm-ecm/ibm-ecm-connector-salesforce-lwc-recipes
    cd ibm-ecm-connector-salesforce-lwc-recipes
    
  3. Now you need to authorize your Salesforce Org:

    sf org login web
    
  4. Set the default username for the target Org:

    sf config set target-org=<your_salesforce_username>
    
  5. Push the app to your Salesforce org:

    sf project deploy start
    
  6. To open the Salesforce org:

    sf org open
    
  7. Allow access for a subset of Salesforce Organization users

    1. In the Setup menu, go to Administration > Users, and select Permission Sets.
    2. Click IBM Salesforce Connector Recipes User permission set.
    3. On the Permission set screen, click Manage Assignments.
    4. Select the user or users that you want to add to the permission set (or unselect users who you would like to remove from the permission set), and click Assign.
    5. Click Save to save your changes.

ibm-ecm-connector-salesforce-lwc-recipes's People

Contributors

ppillai7777 avatar shenoya avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.