Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Diogo Cordeiro
0
Views
1
Comments
Dealing with Breaking Changes on 5.0 ObjectKeyUtils
Question
Hi everyone,
I was trying to upgrade Help Online to 5.0, and going through the breaking changes document replace as the following recomends :
"In extensions, to obtain the internal key of the current screen you must replace the former usage:
ssScreenKey = ((OutSystems.HubEdition.RuntimePlatform.Web.WebScreen)(he.CurrentScreen)).Key
By the new one:
ssScreenKey = ObjectKeyUtils.DatabaseValue(((OutSystems.HubEdition.RuntimePlatform.Web.IWebScree
n)(he.CurrentScreen)).Key) "
The problem is that when i build my Solution (HelpSupport.sln), ObjectKeyUtils is not recognized ...
Where Can i find it?
Am i doing something wrong?
Best Regards,
Diogo C S Cordeiro
Diogo Cordeiro
using OutSystems.RuntimeCommon;
This was the line missing. Thank you Acácio.
Best Regards,
Diogo C S Cordeiro
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...