function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vrajesh NayakVrajesh Nayak 

Command(http://www.commandalkon.com/)

We need to pull data from Command(http://www.commandalkon.com/) to salesforce against contract created.
Command is used for dispatching.
How can we do it?
ShashankShashank (Salesforce Developers) 
If you are trying to pull data into salesforce from an external system (command in this case). you should make an apex callout from salesforce to an API endpoint provided by Command.

Please look for "Apex Callouts" in this page for help: https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts

A wider guide: https://developer.salesforce.com/page/Apex_Callouts