Following is a good article from Manoj Cheenath on how to make web service callouts from APEX Triggers
http://cheenath.com/?tutorial/sfdc/sample1/index.html
This tutorial shows how to make HTTP callout from an APEX trigger using Future method.
Be Good & Do Good!
Following is a good article from Manoj Cheenath on how to make web service callouts from APEX Triggers
http://cheenath.com/?tutorial/sfdc/sample1/index.html
This tutorial shows how to make HTTP callout from an APEX trigger using Future method.
Source : CNBC
“Don’t get drunk on the stock price.”
That is Salesforce.com’s motto. Management uses it to keep the company focused on what matters most: satisfying customers rather than Wall Street.
“That is the only thing that matters,” CEO Marc Benioff told Cramer Tuesday.
Benioff said Salesforce is working with customers to find out exactly what they need in this tough environment. That, more than almost any other factor, is what drives business right now.
The goal is to impress upon customers that Salesforce’s “cloud computing” model is their best option. Forget big contracts with Microsoft , Oracle or SAP. Move past outdated hardware and software solutions. Benioff said his company’s “pay-as-you-go, elastic model” offers clients much more flexibility.
In fact, Benioff pointed out that Salesforce has nothing in common with a company like SAP. His stock was downgraded by a couple of analysts because they assumed Salesforce would slump just as SAP has, but that’s not the case. While SAP relies on large, “mega-transactions” each quarter, Benioff said, Salesforce’s on-demand model keeps revenues flowing.
Admittedly, even Benioff is playing it “more cautious and conservative than ever” given how hard the economy is right now. The company’s sitting on $823 million in cash and plans to do just that – sit on it – for the time being. Benioff said he’s more concerned with business fundamentals, which includes signing big customers and reaping the rewards over time.
“Some companies do well in tough times,” Cramer said. “This is one of them.”
Still, he thinks CRM is too high right now, and the market’s too tough. Cramer recommended waiting until the stock comes down before buying. And Salesforce is definitely worth a look when it does
by S. Patton, Technical Writer, Pervasive Software, Inc.
Salesforce offers outbound messaging so that you can monitor changes in your online CRM data. Once the SOAP message goes out, however, you’re on your own. Salesforce leaves it up to you to handle the message and channel it into something useful. Pervasive has done over 500 Salesforce implementations. Our customers wanted an easy way to handle those messages and turn them into emails or rows in a database, alter the format of the messages, pass them on to an ESB or otherwise turn them into useful data.
The new Salesforce Outbound Message Service is an add-on for version 9.2 of Pervasive Data Integrator that listens for and processes SOAP outbound messages from salesforce.com. When a message arrives from Salesforce, the service accepts the message and spawns a Pervasive Integration Engine instance. The message is then processed based on the specification file that you create with Map or Process Designer. Since Salesforce controls how messages are aggregated and sent, a single SOAP message may contain several notifications, all of which can be handled appropriately by a single specification file.
To use the Salesforce Outbound Message Service, you need to complete four steps:
1. Set up outbound messaging and associated workflow rules in Salesforce.
Determine which fields and tables you wish to monitor in Salesforce. Specify workflow rules for when messages are triggered. For example, a message can be triggered each time a new lead is added, or when a specific contact name is changed. You’ll need to configure at least one workflow rule for each outbound message type. Information on how to set up workflow rules and outbound messages is located in the Salesforce online documentation.
2. Create a specification file to handle the incoming messages.
The specification file tells the service how to handle incoming messages. For example, you may want to save the message in its original format, format it to a specific standard, email it to others, etc. Your specification file can either be a simple process, or a .djar file. Any Pervasive process that does not contain any maps is fully specified in one XML file, and it can simply be uploaded to Salesforce as is. For processes with maps, .djar files can be created that contain all of the XML files for a full process compressed into one file. Since only one file can be uploaded to salesforce.com for each service you configure, upload a .djar file for processes with maps.
3. Start the service container.
Before you can access the Web service application, you need to start the service. On a Windows machine, Start/All Programs/Pervasive/SFDC Outbound Messaging Service/Start Service will get the service running. (Check the Pervasive documentation for Linux instructions.) To stop the service, select the same path to Stop Service.
4. Configure and deploy the Web service.
Log into the Web service application, configure and deploy your application, and you are ready to receive outbound messages. The Service Management Console is on the same Start path as the Start and Stop Service commands.
That’s really all there is to it, but here are a few helpful tips:
To see if a message is undelivered, log into salesforce.com, and click “View Message Delivery Status.”
To view the service log file, use the Start/All Programs/Pervasive/SFDC Outbound Messaging Service/View Service Container Log command on Windows, or open it directly with a text editor in the Pervasive installation directory\SFDC-OM\servicemix-3.2.1 on your server.
Perform following steps , its like a neat little trick for over ridding save functionality
- Write a custom s-control that directs the user to the standard edit page of the object in question, but sets the saveURL to point to your custom component that will perform the action. The saveURL needs to include the ID of the object.
- Override the Edit button for the object in question with your s-control.
- When the user clicks Edit, they get the standard edit page, then when they click Save, they’re redirected to your component, which performs whatever actions you need.
Read the complete hack @ Salesforce Blog
Here’s a blog post from an unsatisfied NetSuite Customer.(Click here to read the entire post)
Some good quotes:
“NetSuite is 10 miles wide and 10 inches deep. It has lots of features, but little ‘out of the box depth’ to most features. We have been down or partially down 100 times more often in NetSuite than we were at our Yahoo store. NetSuite Alacarte [sic] = Ala-Screwed-out-of-needed-features. We pay WAY more for NetSuite than we have for any other e-commerce platformâ€
© 2026 Ye Meri Life Hai – Chirag Mehta
Theme by Anders Noren — Up ↑
Recent Comments