memberIdsInFilter As Dictionary(Of Integer, Object)
I'm trying to use the DataBuffer.GetFilteredDataBuffer() function which returns a DataBuffer. This function takes two parameters as follows:
1. DimTypeForFilter as DimType; If I'm filtering for accounts this is DimType.Account. DimType.UD1 for UD1, etc.
2. Now I'm having trouble with the second parameter. memberIdsInFilter As Dictionary(Of Integer, Object)
I find no examples on this. Please help with an example.
