build_retrieve_id_body: Build Request Body for Retrieve by Id

Description Usage Arguments Value Note

View source: R/retrieve.R

Description

This function builds the XML body for a request to retrieve an entity by Id.

Usage

1
build_retrieve_id_body(id, entity_name, attributes, all_attributes)

Arguments

id

character; a MS Dynamics CRM generated id

entity_name

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

attributes

character; one or more strings indicating attributes

all_attributes

logical; an indicator if all possible attributes should be returned for the entity. If TRUE this parameter will override the attributes parameter.

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.