Technology|cloud computing technology|sales force training

What is relationship: 
http://k.plasticstoday.com/article/k-2013-engel-puts-plastic-pedal-metal#comment-36025 http://indiantrainsimulator.india.com/post/bharathiar-university-results-2016-86971 https://www.behance.net/vineshjio1030b https://www.behance.net/bharathiaruniversity http://www.larevuedessinee.fr/La-terreur-en-Centrafrique-118#forum1248 http://www.burdastyle.com/blog/back-to-school-7-new-childrens-sewing-patterns http://k.plasticstoday.com/article/k-2013-engel-puts-plastic-pedal-metal#comment-36028 https://medium.com/@vineshbojapally1/bharathiar-university-results-41e66198638a#.auoegincr http://blogs.findanyfloor.com/pro/Business/FloorIndustryMarketingSimplifiedSimpleMarketingNow.xhtml http://www.regx.dgswa.com/html/Comacast_DTA-and_MythTV#comment-12172 http://www.clickbook.net/forum/blog.nsf/dx/17012014022422PMMDEHPK.htm?opendocument&comments http://www.cbnews.fr/digital/nouveau-logo-pour-facebook-a1021247 http://www.kingspanpanels.us/imprint-the-blog-us/december-2013/4-must-know-tips-about-panels?saved=1 http://theroadforks.com/worldtrip/zambia/savoring_zambia http://www.bic.org.uk/blog/view/42#comments http://www.fiverdesign.co.uk/blog/drupal/drupal-howto-turn-off-read-more-commerce-product-display/ http://www.blacksunjournal.com/psychology/18_betrayal-part-1-of-3-by-james-hillman_2001.html http://dev2ops.org/2010/02/what-is-devops/#comment-329153

Technology|cloud computing technology|sales force training

Service pattern of salesforce: 

Salesforce organization all its components service in MVC pattern (Model view controller)

Model----Entire content (Apps, tabs, Sobjects, Fields, data, records)

View---- what u see (Record type, page layout)

Controller--- Change the view from model. (Validation, visual force)


Sales force.com

Force.com

Database.com

Developerforce.com--- Long time to register in account

 System admin [Administrator----GUI     ]

 Configuration   Customize --- standard

                           Create ---- custom

                          Develop --- scripting.

               Registration ---- Developer force.com

              Login -----login.salesforce.com

   Register-----       system admin

Profile                     Created        Read      Update        Delete 
  
Apps                         Yes              Yes        Yes             Yes 

Tabs                          Yes              Yes        Yes             Yes 

Sobject                       Yes              Yes        Yes             Yes
Fields                         Yes              Yes        Yes             Yes 

Data                           Yes              Yes        Yes             Yes
Record                        Yes              Yes        Yes             Yes 

Setup --- create -- apps- new-- next-- save

Setup --- create -- features- new-- next-- save

Label--- Visible to the end user read ability.

Name-- internally Salesforce works with this

Detailed page of an sobject.

Singular label--- view

Plural label--- Tab name

Singular label: You can change the name of any object field or tab in salesforce. This simple adjustment lets you to continue using the terminology your user already know and helps them transition to using salesforc
http://www.fiverdesign.co.uk/blog/drupal/returning-to-the-drupal-way/

http://www.dc3.edu/mobile/athletics/mens-sports/rodeo/2012/06/22/conq-athletics-have-10-academic-all-americans

http://biblioteca.ucm.es/blogs/InfoBlog/7294.php?zm=3#.V9N8xlt97IU

http://web2014.discoveryeducation.com/blog/index.cfm/2011/5/23/Google-Docs-The-educators-onestop-online-shop



http://www.lepignole.com/blog.php?lang=&post=307#commento


http://www.brainstorm-digital.co.uk/blog/how-blog-commenting-can-help-the-seo-of-your-website/#comment-2646070


http://blogs.ugidotnet.org/kfra/archive/2006/10/04/50003.aspx

Plural label: The plural label of object will be displayed as tab name. If you  change the label in Sobject the tab name of the Sobject  will be changed automatically.

Object name ------- Model.

API name ------- Control.


  • Sequence of creation 

  • Interdependency

                                                            sales force.com
                                                               
                                                   login

                                             profile

                                                    apps

                                                     tab

                                                   subject

                                                       fields


              If you want to learn Salesforce.com then visit us at Oscaritsolutions.com






















Technology|cloud computing technology|sales force training

How to design components in salesforce?




     Whatever is the business of the client is marked as application

      Example: 


  •  Hospital Management system
http://www.fiverdesign.co.uk/blog/drupal/drupalcamp-london-2014-roundup/
http://ressources.pluxml.org/demo/006/?article1/article-de-demonstration/#c1473241470-1
http://www.reponseatout.com/question/argent/bonjour-jai-ete-hospitalise-dans-un-centre-de-q8769.html
http://neighborgoods.net/forum/posts/a-spring-message#63287
https://www.salmonsafe.org/blog/chefs-wineries-and-solv-promote-salmon-safe-month#comment-171466
http://theroadforks.com/worldtrip/thailand/sukhothai_in_sepia
http://www.webmasterforums.com/566585-bojapally.html
https://www.sitepoint.com/community/t/rather-exit-by-back-call-a-function-hide-all-sub-pages-and-show-home-page-sub-page-of-index-html/235455
http://forum.joomla.org/viewtopic.php?f=706&t=933939&p=3427660#p3427660
https://theproductivityexperts.com/organize-your-paperwork-record-retention/#comment-10393
http://www.reputationxchange.com/reputation-economies-and-disputes/#comment-25641
http://postlogical.com/content/postlogical-education#comment-3
https://www.uky.edu/acadtrain/techtips/top-ten-educational-apps-ios-devices#comment-166622
http://www.dce.harvard.edu/professional/blog/game-changers-higher-education#comment-4116


  • Tours & travels ---- Booking Application



  • School management System



  • Hotel management system



  • College management 


How to identify Sobject? 

Key Pillars of the Business (Entities without which which business cannot be operated) 

Example:-- 


  •  Hospital Management system: Patient



  • Tours & travels:  Vehicle, locations



  • School management System: Teacher’s,  Students



  • Hotel management system: Customers, Employees



  • College management : Faculty, Students 


How to identify?


  • Identify all transaction  in business.



  • To perform a transaction we require data.



  • This data is captured through field.



  • This field is then mapped as property of an Sobject.



  • The above approach works in any technology.


                The above approach has a drawback.


  • This is some data is stored several times (Redundancy) which on modification leads to inconsistency.



  • To overcome this drawback salesforce provide the feature of relationship.

              If you want to learn Salesforce.com then visit us at Oscaritsolutions.com





Technology|cloud computing technology|sales force training

Basic model of vocabulary in salesforce:

  • Tabs: Link to a separate ----- Module

  • One app (project) is ‘N’ number of module (many to many models).
  • One tab can work multiple apps

  • Sobjects: -- stands for salesforce objects it is a name given to a storage place.
         All technical features in salesforce are defined again Sobjects

        One tab connect to one Sobject

  • Profile: It is set of CRUD Permission given to a users. CRUD (create, read, update and delete).
  • No users in salesforce can exist without profile.
  • Our profile in salesforce is system administrator. Administrator has all the CRUD permissions
Architecture of cloud computing: Cloud computing works on multitenancy  architecture.

Multitenancy: A single environment shared across multiple user and organization having common features as well as exclusive features.

Example:-- Shoppers stop                          TCS
                   CRM                                    CRM
                  Life style                              Wipro
                 CRM                                      CRM
                Bajaj                                         Capgemini


           If you want to learn Salesforce.com then visit us at Oscaritsolutions.com

Technology|cloud computing technology|sales force training

Environment in salesforce:
It is enterprise edition.
Enterprise edition is two types
  • Sand box.
  • Production.
What is an environment:In force .com terminology, Environments and organizations are synonyms. In other words, an instance of the force.com platform is an environment and is also called an organization. Which is frequently shortened to organization throughout this article, Environments and organizations will be used inter changeable.
http://www.nesta.org.uk/blog/public-service-coding-bbc-open-software-developer#comment-2483
http://www.centerforhealthjournalism.org/2014/06/20/beyond-checking-%E2%80%9Cethics-box%E2%80%9D-presidential-bioethics-commission%E2%80%99s-recommendations-brain#comment-74501
http://blog.parmigiani.ch/content/jean-marc-jacot-interviewed-be-curious-tv#comment-332190
http://blog.wan-ifra.org/2016/02/08/welt-kompakt-app-designed-to-encourage-sharing#comment-895
https://www.acquia.com/blog/where-do-media-companies-fit-world-mobile-apps#comment-356236
http://www.pathstoliteracy.org/blog/ipad-apps-kids-cvi#comment-1416
http://www.hotdocs.com/blog/network-tv-twonky-case-study-long-tail-corruption-two-senior-citizens#comment-400010
http://thebusinesshub.co.nz/how-to-find-and-lease-office-space#comment-4055
http://ibpf.org/blog/healthier-you-mental-illness-medication-and-weight-loss#comment-15295
http://www.geautomation.com/blog/why-connectivity-controls-matters#comment-37171
Sandbox: -- Sand box is used for testing and development after developing here, we will move to production.
                                          (Or)
Sandbox creates copies of your organization in separate environments. Use them for development, testing and training without compromising the data and applications in your salesforce production organization.

Production: So production is not used for development. It’s day to day activities will be performed here we will move data from sandbox to production. Through change sets


          If you want to learn Salesforce.com then visit us at Oscaritsolutions.com











Technology|cloud computing technology|sales force training

What is CRM:
CRM is a model used to manage organization  interaction like phone calls emails meetings and social media with customers and prospects penetrating to sales marketing And support.

                    The entire salesforce is six clouds and three parts


  • Sales cloud==Marketing/sales Apps
  • Service cloud==call center Apps           CRM
  • Collaborator cloud==chatter Apps
  • Force.com==it is development environment
  • Data base.com==IAAS=Infrastructure.
  • Data.com:-- it is also an online business as a service. Worldwide different types of data information
http://www.nesta.org.uk/blog/public-service-coding-bbc-open-software-developer#comment-2483
http://www.centerforhealthjournalism.org/2014/06/20/beyond-checking-%E2%80%9Cethics-box%E2%80%9D-presidential-bioethics-commission%E2%80%99s-recommendations-brain#comment-74501
http://blog.parmigiani.ch/content/jean-marc-jacot-interviewed-be-curious-tv#comment-332190
http://blog.wan-ifra.org/2016/02/08/welt-kompakt-app-designed-to-encourage-sharing#comment-895
https://www.acquia.com/blog/where-do-media-companies-fit-world-mobile-apps#comment-356236
http://www.pathstoliteracy.org/blog/ipad-apps-kids-cvi#comment-1416
http://www.hotdocs.com/blog/network-tv-twonky-case-study-long-tail-corruption-two-senior-citizens#comment-400010
http://thebusinesshub.co.nz/how-to-find-and-lease-office-space#comment-4055
http://ibpf.org/blog/healthier-you-mental-illness-medication-and-weight-loss#comment-15295
http://www.geautomation.com/blog/why-connectivity-controls-matters#comment-37171
          Example: Electronics companies, software companies. 
    Three parts in salesforce:


  • Developer force: It is a technical guide.
  • Dreams force.com:- Guide for clients.
  • App exchange: It is a market place to sell our custom applications and buy applications from App exchange.

 Example: Stack market.

Version in salesforce: one of the main advantage of sfde is upgrading the features three times  per year .Every year salesforce provide three releases.


  • Winter.
  • Spring.
  • Summer.

Editions: It is capability & bandwidth.
      There are six editions. 


  • Contact manager ------ 5$User per month.
  • Group Editions--------- 25$User per month.
  • Professional Editions--- 65$User per month.
  • Enterprise Edition------125$ User| per month.
  • Unlimited Edition------ 225$ User per month.
  • Developer Edition----  Free per day 10 emails

       If you want to learn Salesforce.com then visit us at Oscaritsolutions.com


Technology|Cloud Computing Technology|Sales force Training

Introduction about cloud computing

Introduction about cloud computing
Definition: In the simplest terms cloud computing means storing and accessing data programs over the internet instead of your computer’s hard drive

  • Which means accessing your data is fast and easy (for that one computer or other on the local network).
  • The cloud is also not about having a dedicated hardware server in residence. Storing data on a home or office net work does not count as utilizing the cloud.
Cloud Computing


Infrastructure as a service (IAAS)
Plat form as a service(PAAS)
Software as a service(SAAS)


There are two type of cloud computing.

Public cloud: it is one based on the standard cloud computing model in which a service provider makes resource, such as application and storage , available to the general public over the internet.
  • Public cloud services may be free or offered on a pay per usage model
       Again public cloud is two types

                        1.Public cloud 2.Private Cloud

Private cloud:  It is designed to offer the same feature and benefits of public cloud system, but removes a number of objections to the cloud computing model including control over enterprise and customer data worries about security and issues connected to regulatory compliance.

If you want to learn Salesforce.com then visit us at Oscaritsolutions.com




q