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
Carlos Monteiro
0
Views
3
Comments
How to use a record in an aggregate
Question
Hi guys,
A very very newbie question about v9:
I want to create a function that receives a "complex" record (composed by two different entities). Inside this function, I want to query by id those two records. Though, I'm not able to create a local attribute to pass the id parameter. Local variables, inside aggregate, are empty.
I watched the tutorials but no luck! :)
J.
MVP
Can you share your oml, or at least the function in a different oml?
It should be working like clockwork, so either something obvious is missing or some mysterious bug :)
Carlos Monteiro
Check the action "CREATEUPDATE_User"...I can't use the "User" input parameter inside the aggregate "GetUserById"
mychildOperations.oml
J.
MVP
Hi,
I see what you want to achieve now.
Very interesting why it isn't showing up.
This is a bug imho, because I tested it with 1 entity in a record and it works fine.
You should report this to Outsystems.
In the meanwhile, well, work with the workaround you already done and/or seperate it in 2 inputparameters.
good luck!
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...