This class is only allowed in a ConverterApp context. Any attempts of using this in any other contexts will yield an exception.
Constructors
DbConverter()
Initializes a new instance of the DbConverter class.
Methods
eof()
Returns true if the iterator has passed the last element, and thus is at the end of the file.
Returns: CRMScript.Global.Bool - True true if the iterator has passed the last element; otherwise, false.
Typically used as a condition in a for loop to iterate through all remaining elements.
getRow()
Returns entire row of fields.
Returns: CRMScript.Native.Map
next()
Moves the iterator to the next element.
Returns: CRMScript.Global.Bool - False if the iterator is at en of file; otherwise, true.
readBatch(String,Integer,Integer,Integer,Integer)
Returns: CRMScript.Global.Void
setSourceConnection(String,String,String,String,String)
Returns: CRMScript.Global.Void
update(String,Map,Map)
This function will update a table row that’s already integrated with CRM. It only writes rows that aren’t integrated.
Returns: CRMScript.Global.Void
rite(String,Map)
Writes a table row.
Returns: CRMScript.Global.Void