Hi
I'm working on the model of an Electronic Report. In this model I would like to retrieve a CompanyInfo record by using the CompanyInfo.findDataArea and providing "DAT" as a parameter.
When I enter the following in the Formula Designer:
CompanyInfo.'findDataArea("DAT")'
I get an error:
Incorrect reference 'CompanyInfo/findDataArea("DAT")'
I thought of entering the CompanyInfo method without a parameter to see what error is given.
CompanyInfo.'findDataArea()'
The error in this case is:
Validation warning: Value of mandatory parameter 1 is not provided in 'CompanyInfo.'findDataArea()''.
Because this warning is provided/exists, I think that it should be possible to call such a method with a parameter... but I have no idea how.
Anyone have any experience with this or a similar issue and can provide a solution?
Thanks!