ContributionsMost RecentMost LikesSolutionsRe: Create Scenario Member from Rule I am curious if anyone has had success creating a scenario member, and updating default properties, from a single DM job? I am having an issue becuase it seems, by default, the "Manage Data Group" s...Function to get the workflow to which an entity is assinged? Is there a function, or other method, to get the workflow an enitty is assigned to, if it is assigned? Seems like an there should be an api for this but for the life of me I can not find it. Thanks...SolvedTableView Insert Limit I am working with a TableView and there seems to be a limit of 100 rows that can be added. Even if I prompt for the number of rows to add , say for example 150, when I add 150 rows in Excel and subm...SolvedRe: Dynamic Grids Thank you! Re: Dynamic Grids Kt I have been making good progress with building out a dynamic grid. The only issue I have is trying to get pagination to work. It am controlling the MaxNumRowsInResult within a XFDataTable contr...Re: Dynamic Grids Thanks. Good luck with your testing. You example got me started and working! Re: Dynamic Grids Quick question, what kind of object is "gridData". At first I thought t was a DataTable but GetAllRows is not a valid function for the oject as far as I can tell. Re: Dynamic Grids Thank you! This is perfect. Dynamic Grids I am looking for anyone with some experience with Dynamic Grids or are aware of any good documentation. There is very little in the OS documention beyond how to create the component and shell of a s...SolvedRe: DataManagementEventHandler Args Marcus, try using the following which uses the "DataMgmtCopyDataDefinition" class: Dim returnValue As Object = args.DefaultReturnValue Dim dmStepMetadataI...