How to obtain VarybycubeTypeId to use it in the function GetICMemberFilter

sfilho
New Contributor III

Hi Everyone, I hope all are well.

 

I am trying to use the GetICMemberFilter function in a business rule but I don't know how to get the VarybyCubeTypeId.

 

Does anyone would know how to obtain the VarybyCubeTypeId using a XFBR?

 

Thank you for all the help.

1 ACCEPTED SOLUTION

EricOsmanski
Valued Contributor

Try this: brapi.Finance.Cubes.GetCubeInfo(si, "CUBE NAME").Cube.CubeTypeId

View solution in original post

2 REPLIES 2

EricOsmanski
Valued Contributor

Try this: brapi.Finance.Cubes.GetCubeInfo(si, "CUBE NAME").Cube.CubeTypeId

sfilho
New Contributor III

Thank you Eric it worked perfectly!!