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
Rudi Stols
0
Views
4
Comments
Record Fields not displaying right
Question
Hi All
I am very new to the Outsystems platform as well as quite new to development. I am having trouble with fields that are not displaying correctly when I show a specific record. The record that is shown has fields that has relationships to other entities. The problem is that it is displaying the Autonumbe of the Id instead of the field value. I don't know how to really explain myself so I have attached a screen shot and circled in red is my problem.
Any help would really be appreciated.
Thanks
Screenshot1.docx
André Vieira
Staff
Hi Rudi,
If you have relationships than you need to drag and drop the FK attributes into the ShowRecord widget. You'll probably get some errors because you also have to have those relationship entities in the query that feeds this ShowRecord... go back to the query in the preparation and add those entities. By the looks of it those are probably Static Entities.
Since you new to the OutSystems Platform a great place for you to start learning all these concepts is our
Online Training
. Be sure to check it out!
Cheers
Rudi Stols
Hi Andre
Thanks for the quick response, I have added the entities to the preparation query. What is the FK attributes that I need to drag and drop. Sorry. I am going through all the training material as I get some time.
Kind Regards
Rudi
Rudi Stols
Hi Andre
Sorry, just miss understood the lingo, you meant the Foreign Key Attributes. What I just dont understand is that in the expression editor it does not allow me to use the PositionType.PositionType column, but only the PositionType.Id column is taken. Must I perhaps set that entities (The PositionType entity for example) PositionType Column as the PK instead of the PositionType.Id column.
Rudi Stols
Hi Andre
Me again, I finally figured it out. The problem why I couldnt get the expression right is because I added the entities to the wrong preparation. :) Stupid mistake.
Thanks for all your help, much appreciated!
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...