• Robert Huddleston
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies

Not sure if anyone else on this thread is using MuleSoft ESB for either real-time or batch/bulk integrations.

 

But curious to talk to others who might be!

As an organization we are using all of the areas of technology SalesForce offers.

 

I'm noticing that SalesForce does not have a way to detect Limit / Governor exceeds - in a visual way.

 

I found documentation in the API Guide regarding System.Limits class - but notice that it doesn't contain as much information as I need.

 

Things like Batch/Bulk api limits - and how far into them we are. Emails sent/received etc.

 

The System.Limits api seems to be limited to APEX Code (yet has CPU and heap size in it) and doesn't let you inspect other parts of the system.

 

Anyone have any recommendations / is there something on AppExchange?

 

Thanks!

Not sure if anyone else on this thread is using MuleSoft ESB for either real-time or batch/bulk integrations.

 

But curious to talk to others who might be!

As an organization we are using all of the areas of technology SalesForce offers.

 

I'm noticing that SalesForce does not have a way to detect Limit / Governor exceeds - in a visual way.

 

I found documentation in the API Guide regarding System.Limits class - but notice that it doesn't contain as much information as I need.

 

Things like Batch/Bulk api limits - and how far into them we are. Emails sent/received etc.

 

The System.Limits api seems to be limited to APEX Code (yet has CPU and heap size in it) and doesn't let you inspect other parts of the system.

 

Anyone have any recommendations / is there something on AppExchange?

 

Thanks!

I decided I'd like to use Outbound Messaging for my outgoing integration efforts. I'm looking for a solution that I can setup on a webserver and access a legacy Firebird DB. I'm not looking to work with one of those expensive partners. Where is the best place to start? I'd prefer a java setup.

 

I'm looking at this:

 

http://wiki.developerforce.com/page/Creating_an_Outbound_Messaging_Notification_Service_with_Eclipse_3.2

 

 

 

 

helo,
am trying integrate salesforce with mule ,
when i run the project the application started successfully but localhost:8081/crud is giving error
"Failed to invoke create. Message payload is of type: HashMap"

Does anybody have any resources on integrating with SAP ByDesign?  We will want to send Accounts, Product Information and Orders to Salesforce.  We want to send Orders to SAP ByDesign.  We need real-time integration as each transaction occurs so any type of batch processing will not work.

 

I see that this is the link to the SAP ByDesign SDK:  http://help.sap.com/saphelp_byd_studio/fp40/KTP/Products/A1S_PDI/PDI_Library/GettingStarted_SubStructure/GettingStarted.html 

 

It seems like you can create web services in Microsoft Visual Studio and then deploy them to SAP ByDesign so they can be used.  Are there 'out of the box' web services available with SAP ByDesign to integrate with standard objects in SAP byDesign without having to create new custom web services?

 

Is SAP PI supposed to be utilized in any manner with SAP ByDesign?   From what I have read I think the answer is no.

 

I am very comfortable with all of the integration details on the Salesforce side.   I am just trying to figure out how to connect to the SAP ByDesign data.