Code-Security Step Page Warning

So, i have LogOff activity with calling Code-Security.LogOff and i got this warning

The call to activity ‘LogOff’ contains the AppliesTo class name ‘Code-Security’. Consider defining a step page of that AppliesTo class in the activity call instead.

I tried to add page to page and classes section and it’s not working to remove the warning. What can I do to correct the warning?

@YuttaP26 I was able to define a page in pages and classes and used to refer it,

I have tried in version in 8.5

Can you share the screenshot of using pages and classes?

@Raju_Botu mine is 7.1.9 but it’s not working to remove the warning

@YuttaP26 you have to modify method change it from Call Code-Security.Logoff to Call Logoff.

Because you are using page, you don’t need to use class name again.

@Raju_Botu thank you, it’s working now