Index
Main Menu
Beginner Course
Learning the Basics
Knowledge Base
Visit our User Forum for discussions & solutions
GetDataset
Saving XML Data to a BLOB
There are scenarios where you may want to save XpressDox interview data as an XML dataset into a BLOB. For example, to store matter-specific data against a matter record in your practice management system, and to retrieve it again the next time that matter is opened in an interview. ...
GetDataset - XpressDox
This function was introduced to enable the entire dataset to be saved as a BLOB in a data base. Typically, this function will be used in the context of a SetDataSourceData function, something like this: «SetDataSourceData(‘StagingDataSource’,Guid(), 'XMLBlob',GetDataset(), 'Description',Name)» In the above, the value of the Guid() function would be used as...
Loading...