Skip to main content

SFDC: CRM or XRM

Salesforce.com or SFDC, the term seems to be synonymous to CRM systems. Some people know that Salesforce.com is just another CRM tool, while others compare it with other (primitive) CRM systems and argue the statement. But, I believe that keeping all the capabilities of Salesforce.com and force.com platform, SFDC has moved a few steps ahead of CRM and can be called an XRM system (X = Any/Multiple).

By XRM, I mean a system which is just not inside the boundary of CRM but can fulfil/achieve more functionalities as required in Finance, Insurance, and HR etc.
All of you, who might have worked on Saleforce.com and especially the force.com platform and played around Apex and VisualForce must have realized the fact that apart from using standard Salesforce objects e.g. Account, Opportunities, Leads etc. (which are integral part of CRM system), we can now create a lot of other custom objects as per our need (Bank Transactions, Payments, Invoice, Invoice line items etc.).
Furthermore, with the power of Apex we can build custom logic for these custom objects and achieve the required functionalities.

Finally, with the coolest tool/feature/technology of Force.com "VisualForce" we can create really groovy and intuitive UI applications. I have myself created a few such applications which have all the custom functionalities and were catering to different business scenarios other than CRM. Furthermore, with the addition of Salesforce Sites feature, I believe it was another jewel in the crown. We can now expose all our functionalities to outer world with minimal efforts.
Following are certain applications built using Salesforce sites:-
Created by Me:-

Note: - To test it, perform the following:-
a) Click on Admin
b) Enter Username as "test" and password as "test1234"
c) Click on Login
d) Add/Edit/Update Pages and contents
e) Associate contents with pages,
f) Get back to home page to view the changes.


To view other sites created by others go to http://developer.force.com/sitesgallery
Do post you comments and share your thoughts on the same.

Comments

  1. yeah you are right pegasys. The fact I wanted to highlight is that Force.com is crossing the CRM boundary and is getting into other domains.

    ReplyDelete
  2. Though your idea is good. There are lot of bugs I can see on your sites page. I guess you have not done your homework well.
    I can directly access the admin pages. no need to login.
    http://anshulverma-developer-edition.na3.force.com/wiki/Hitesh__pagecontent
    Security threats are there. Hope you will correct these...Let me know if I can offer any help..
    Srinivas
    http://salesforcetrekbin.blogspot.com

    ReplyDelete
  3. Yeah Srinivas you are right. As its a very old developer org. which does not have any portal users, its not secure that ways. This was just a demo application developed as a POC to proof that we can achieve it in SFDC.

    However, any ideas are welcome

    ReplyDelete

Post a Comment

Popular posts from this blog

Quick Tips: Salesforce default Images

Well, I'm sure a lot of you still rely on using out of the box salesforce images for displaying quick icons within formula fields or even using them within your Visualforce pages. Lately, I realized that a lot of earlier resources are no longer accessible, so I tried to quickly extract all images from Salesforce CSS files and provide a quick reference here. Please note, I've referenced all images from SF servers directly, so if anything changes, the image should stop rendering here. As these images are completely controlled by Salesforce, and in case they change anything, it might lead to image not being accessible. Image path Image /img/samples/flag_green.gif /img/samples/flag_green.gif /img/samples/flag_red.gif /img/samples/color_red.gif /img/samples/color_yellow.gif /img/samples/color_green.gif /img/samples/light_green.gif /img/samples/light_yellow.gif /img/samples/light_red.gif /img/samples/stars_100.gif /img/samples/stars_200.gif /img/samples/stars_300.

Lightning: Generate PDF from Lightning components with in-memory data

I'm sure as everyone is diving into lightning components development, they are getting acquainted with the nuances of the Lightning components framework. As well as, its current limitations. Being a new framework, this is bound to happen. Although we have our users still using salesforce classic, we have started using lightning components framework our primary development platform and Visualforce is considered primarily for rendering lightning components within Classic Service console. Recently, while re-architecting a critical module, we encountered a problem wherein we needed to generate PDF from lightning components. Now, being Javascript intensive framework, it has limited room for such features (may be included in future roadmap). As of now, there is no native feature within the lightning framework to do so (at least I didn't find anything). Common Scenario - Create Visualforce page to retrieve data and generate PDF For scenarios where the data exist within Sa

Quick Tips: Setup SFDX Manually without Admin access

We all have faced challenges while working in different enterprise environments, where there may be lot of controls/ checks/ red-tape to get by. In such situations, getting access to simple tools (even git) can take lot of time. Note: This tutorial is to be followed at your own risk, as it may not be complaint to your organization's IT policies. What is SFDX? SFDX is a command line utility for managing salesforce builds/ deployments. Being command line, it can be easily embedded to automation chains, to help build fully automated build and deployment processes. To get started, refer  https://trailhead.salesforce.com/en/content/learn/trails/sfdx_get_started Setup SFDX on Windows machine without admin access As you may have already realized, SFDX installation needs admin access to one's machine. Which may be a luxury a lot of developers may not have. So, i tried to provide a step-by-step guide to setup SFDX on your computer without any admin access Steps: Note: