FunctionType requires new extra report ID parameter¶
What is new - 8.2¶
The method FunctionType has been changed in version 8.2. In older versions, the function only worked for functions in the main report. From version 8.2 and higher, the code needs to pass the ReportID as the first parameter. If an empty string is passed, the integration library takes the value of psReportId.
Because the number of arguments and their order have changed, it is necessary to check existing code.