background

Zenkraft Blog

Run your Logistics and Post-Purchase Experience on the Salesforce Platform.

Webinar Recording – Shipping Automation using Process Builder and Flows

Published on 15 December 2017 by in  

If you missed out webinar on shipping automation using process builder and flows on the 14th of December, you can view the recording here.

In the presentation, Chris Hall and James Lumb take you through how to

  • Email Shipping Labels when a Case Status Changes
  • Calculate Shipping Quotes on Opportunities when the stage changes
  • Track shipments in Salesforce generated by non-native ERP products

And much more, if you are interested in seeing what Zenkraft...

Continue reading »

Request UPS rate for shipment from the Account Object

Published on 01 November 2017 by in  

Today we will show you how you can get UPS rates for a shipment and add the users choice back onto the account object.

The first thing we need to do is set the “to” and “from” address of the shipment. In the code below we get the preference details to ship from and we get the ship to address details from the account object itself. We add all this information to a queuedShipment object.

 

Note lines 19-23 where the Packaging Type, Unit Dimensions, Dr...

Continue reading »