Batch Record Selections

When copying batch processes between companies how can I also copy the record selection (ie user defined query) i have set against it? I’ve seen where I can save a query to the AOT but if this is an alternative how do i then pick that up in my batch process

Hello,

Are you referring to usage data? If yes, the user inputs are recorded in ‘SysLastValue’ table.

Regards,

Great thanks. Is it possible to transfer this information between companies or environments using this table, ie I have some user inputs in company abc and I want to copy/move them into company def? also, how can i tell which parameters were used?

Hello,

I suppose you can write a job for exporting last value data from one company to another. You might have to use combination of crossCompany and changeCompany keywords. Please search for ‘changeCompany’ in DAX 2009 developers guide for an example.

Regards,