[Forums] Screen to display records having one to many relation and search also
Hi Ali,In the aggregate, Join Both Tables in Fileds, Select User name and apply group byThen Hide other fields,In Filter u can pass your search string to filter it from I hope it helps
View Article[Forums] how to connect to db of my personal environment using sql developer?
Hi,I think personal environment you cannot do that,I hope this helpshttps://www.outsystems.com/forums/discussion/12164/remote-sqlserver-database-access/ Thankyou,Sekar
View Article[Forums] Filter 4 combo box with a static entity
Thank you Vicent For your quick reply. I was implementing that solution has a 2nd choice already. I didn't want to pick 2 combo boxes every time but probably tha'ts the only way i recon? I was thinking...
View Article[Forums] [Web Application] How to cache an entity which is used in combo box
Marco Arede wrote:Hi Sekar,Given your restriction (of not having a cached aggregate in preparation), I'd suggest you to place the combo box in a web block. Then configure the web block cache in...
View Article[Forums] Advanced query without adding a reference to an entity in an espace
Hi all,I am working on Java/Oracle stack of outsystems 9.1.x, can someone suggest me a way to write an advanced query without adding the reference of the entity in that espace.If not, Is there some...
View Article[Forums] Attempting to Save a file to local storage (android)
I am looking to take an image binary and save the file to local storage on a phone (android phone)It appeared that FilePlugin was ideal for this application, however I can't get the SaveFile function...
View Article[Forums] Contact image
Hi,I have been able to show the contact photo using the File Plugin and a JavaScript Node that gets the contact photo in Binary given a photo URI as an input parameter. Here is JS Node:Name:...
View Article[Forums] Filter 4 combo box with a static entity
Hi Nuno!How are you?If your requirement is to have 4 combo boxes, each one filtered by a special value, there isn't much you can do.The two combos is not an option, because you don't want to select one...
View Article[Forums] Advanced query without adding a reference to an entity in an espace
Hello Prayaag,Why you don't want to add a reference for the entity in your eSpace?Cheers,Eduardo Jauch
View Article[Forums] Advanced query without adding a reference to an entity in an espace
Hi Eduardo,Both the espace are in two complete different applications. Think of it as Application A and Application B having its own set of espaces.Application A is to be deployed first and Application...
View Article[Forums] Filter 4 combo box with a static entity
Hey Edu! I'm Alright thank you! hehe.How about you? Yeah i adopted the 4 agregates option. It is a bit messy but does the trick, i hope my colleague agrees with me when he returns from holliday.I'll...
View Article[Forums] Advanced query without adding a reference to an entity in an espace
Hi Prayaag,The standard approach would be in fact, refactor. But not passing things from A to B or B to A.Instead, the scenario you have is to move what you need from A and B to C (new module), so both...
View Article[Forums] Filter 4 combo box with a static entity
I'm always here ;) heheA web block, in this case, would be nice because you would be able to do everything inside it, but would require notifies to the page.Talked to your colleague about it, but I...
View Article[Forums] Device Type Detection
We are trying to do some load testing using Neoload. The app is triggering Outsystems Device Type detection and since Neoload does not actually use a browser directly then Outsystems is redirecting us...
View Article[Forums] Screen to display records having one to many relation and search also
thanks for the help guysBut grouping them will not able to display other fieldhere what i trying to doI am able to display the user related vehicle by using web blocks but unable to perform search by...
View Article[Forums] Screen to display records having one to many relation and search also
Hello Ali,To be able to search by "vehicles" using an aggregate, you will have to join the tables and group by the fields you want to show.See, you can group by more than one field, like you can group...
View Article[Forge] CapitalOne
CapitalOne API Connector to the Capital One Api's https://developer.capitalone.com/
View Article[Forums] How to prevent line wrapping in a large table
Hello, I am trying to disallow line wrapping on certain columns in a table record list. The table has more than a dozen columns in it, several of which are dates. One of the requirements for this table...
View Article[Forums] How to prevent line wrapping in a large table
Hello Cody,Put a container around the table.Set the container's style to this:overflow-x: auto; white-space: nowrap;This should prevent text in columns (all columns) of breaking to a new line and add a...
View Article