class UpdateActions extends AnyRef
Can run a generic upsert operation but requires data in a specific format. The format is a sequence of json objects that are ready for an update post. The payload should contain the id to be updated. If it's present but not yet an id, it will be used for an upsert operation. Some advanced processing of individual attributes is available to help make updates easier e.g. lookups and newline expands.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UpdateActions(context: DynamicsContext)
Value Members
- val context: DynamicsContext
- def get(command: String): Action
- val meta: MetadataCache
- def toProcessingConfig(config: UpdateConfig): UpdateProcessingConfig
- val update: Action
- def update1(entitySet: String, pk: String, query: String, source: String, target: String, skipIfNull: Boolean, value: Option[Any], c: Int): Stream[IO, Unit]
- val updateOneProperty: Action