ContributionsMost RecentMost LikesSolutionsSmart Integration Function with CompressJsonObject Hi All, does anyone built a Smart Integration Function and compressed the datatable with CompressJsonObject and then, in the extensibility rule, inflate it with InflateJsonObject using the variable...Re: Smart Integration Function with CompressJsonObject Thx Robb, let me take a look! Re: Smart Integration Function with CompressJsonObject Above is the original code, I update it this way: Return a CompressionResult type in the SIC BR Imports System Imports System.Collections.Generic Imports System.Data Imports System.Data...Re: Smart Integration Function with CompressJsonObject This is the SIC code Imports System Imports System.Collections.Generic Imports System.Data Imports System.Data.Common Imports System.Globalization Imports System.IO Imports System.Linq Imports S...Re: What's the best way to pull 16M+ rows of data You can use this function "BRApi.Import.Data.FdxExecuteCubeView(si, cubeViewToExtract, entityDimName, entityMemFilter, scenarioDimName, scenarioMemFilter, timeMemFilter, nameValuePairs, includeCellTe...Is it possible to update WFP property? I need to update a WFP property through a Business Rule, properties like AccessGroup, WorkflowName, etc Is it possible? Thx on advance Is it possible to load a Metadata xml file with a BR? I need to load a XML file with a Business Rule. Like read the XML in a folder and load it automatic in OS. Is it possible? Thx on advance Direct Load Limits Hi all, does anyone knows about the limits of using the Direct Load method? Like # of rows, memory, parallel loads, or something else. Thx for advance Can I execute a BR after saving data? I'm trying to execute a calc after an input data in a CV, when the user click in the OS default save button (giving the flexibility to use a DB, CV or Excel addin with the same CV) Is possible? Solved