convert_entity_data_to_body: Build Request Body for a Single Record

Description Usage Arguments Value Note

View source: R/utils-xml.R

Description

This function builds the XML body for a request to create or update a single record in the specified entity.

Usage

1
convert_entity_data_to_body(input_data, entity_name, operation)

Arguments

input_data

named vector, matrix, data.frame, or tbl_df; data can be coerced into a data.frame

entity_name

character; the name of one MS Dynamics CRM entity that the function is operating against (e.g. "Account", "Contact", "CustomObject__c")

operation

character; a string defining the type of operation being performed (e.g. "create", "update", "delete", "associate")

Value

XMLNode to be used as the body for the request

Note

This function is meant to be used internally. Only use when debugging.


StevenMMortimer/rdynamicscrm documentation built on July 9, 2019, 11:37 a.m.