Liking cljdoc? Tell your friends :D

sails-forth.update

Execute SalesForce updates using more idiomatic Clojure syntax.

Execute SalesForce updates using more idiomatic Clojure syntax.
raw docstring

create!clj

(create! client type new-value-map)

delete!clj

(delete! client type id)

import!clj

(import! client type records)

sf-attrsclj

(sf-attrs client type record)

Converts the given record to a map of salesforce attrs for the given object type

Converts the given record to a map of salesforce attrs for the given object
type
raw docstring

update!clj

(update! client type object-id new-value-map)

Performs updates on the object object-id with the given type.

Performs updates on the object `object-id` with the given `type`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close