You need to sign in to do that
Don't have an account?
New_Developer
Using Webservices to send data to external system
Hi,
I have a requirement where i need to send a data upon creation to an external hub using Webservices. I mean when a record in a custom object is created , the data in the fields should also get stored in the external system. Any ideas on how do this is really appreciated.
Thanks
I have a requirement where i need to send a data upon creation to an external hub using Webservices. I mean when a record in a custom object is created , the data in the fields should also get stored in the external system. Any ideas on how do this is really appreciated.
Thanks
Process of this will be as follows ,
1. write a class where you will be calling the third party system
2.write a trigger on your custom object and use @future to call the method .
Thanks ,
check this Link---
http://cheenath.com/?tutorial/sfdc/sample1/index.html it may be useful for you.
Thanks