Hi, experts!
I'm trying to activate "insert EPMMembersID in EPM formulas" function in advanced menu option by API (using VBA). Is anybody knows how it works?
and one more question:
i found "UseEPMMemberIDInEVFormulas" function, it looks like the following syntax:
Set api = Application.COMAddIns("FPMXLClient.Connect").Object
api.SetUserOption UseEPMMemberIDInEVFomulas, True
and it doesn't work.
maby in the User Guide was made misprint, anyway both variants ( UseEPMMemberIDInEVFomulas and EseEPMMemberIDInEVFormulas) don`t works.
What's wrong with this script?