Cannot find record for group axis error

I have gotten shared project and while trying to find and solve issues, I am getting this error code in mappCockpit when I try to home the axis group, but I dont know where to look for the records.

Hello,

The Entry “See Record 2280” is reffering to the line below. You can see that there are Errors from Axis “gAxis_A1” which tell you about the Homing Error.

The Homing is set to “Restore Position” which means the Motion Applications trys to restore the Position from a Remanent-Memory. But as the Error states, this Memory is not initialised in your case.
Before you can use “Restore Position” you must initialise the Remanent Data by using a different Homing mode, like “Direct” or “Absolute” …
Please also consider that a real PLC needs a Batterie for SRAM.

If you want to verify the that the line below ist the mentioned Record “2280” you have to enable the Column “RecordID”.

Greetings
Michael

Ah, that was it, thank you!