Step 14: Override the default App implementation
Learn how to override the default App implementation.
Example 1
global class drb2b_myproj_shipFromAddress implements digitalriverv2.DRB2B_ShipFromAddressInterface
{
global Map<String, String> getShipFromAddressMap() {
//implementation specific code here
}
}Example 2
PreviousStep 13: Configure the Salesforce B2B Commerce App LogsNextUploading tax certificates (US TEMS)
Last updated

