To implement this hotfix, you must have a developer license.
You do not have to have rights to the data stores unless you have to perform data repair.
To resolve this problem, change the code of the Properties in the Adjust Exchange Rates report (595) as follows:
...
}
PROPERTIES
{
Permissions=TableData 21=rimd,
TableData 25=rimd,
TableData 86=rimd,
TableData 254=rimd,
TableData 379=rimd,
TableData 380=rimd;
CaptionML=[ENU=Adjust Exchange Rates;
...
...
}
PROPERTIES
{
Permissions=TableData 21=rimd,
TableData 25=rimd,
// Add the following line.
TableData 45=im,
TableData 86=rimd,
TableData 254=rimd,
TableData 379=rimd,
TableData 380=rimd;
CaptionML=[ENU=Adjust Exchange Rates;
...