[Forums] sort the table record
Hi Eric, I'd advise you to do what J says. Even if you're not going to use that screen, you can check how to do the sorting with RichWidgets.
View Article[Forums] Server Error in '/CustomHandlers' Application.
Hi Miguel, A few notes: 1) You can actually add images to your post, and alternatively add them as an attachment, so no need to put them on postimg.org. 2) You don't "publish [extensions] to Service...
View Article[Forums] How to validate Combo Boxes outside of a form
Hi Samuel, I'm not sure I get what you're doing. Am I to understand that you want to check whether the user selected a value from a combo box? What is the combo box default value? Etc.
View Article[Forums] Bug longinteger index compare to nullidentifier
Hi Freek, This seems indeed a bug, though I'm not sure it's known with OutSystems. I'd advise you to write support@outsystems.com to tell them just in case. See here for a related case of LongInteger...
View Article[Forums] Disable In Inputfields
In the top part of the code the'disable_in_input'= false So to let the code work you can change it in:'disable_in_input'= true Or you can call the add with the specific object.
View Article[Forums] [BPT] How to terminate all open processes
Hey everyone. I have a BPT process that has gone awry and I need to terminate all open instances of it. Going to each of the 1500+ instances manually is not gonna work, because it's just too much. Is...
View Article[Forums] Integration Studio Couldn't find file.
Hi all. I'm working in a Java environment and I created an Action in a Extension. In the lib Folder of this extension I added two PNG files. When I Publish this for the first time I got the...
View Article[Forums] Is it possible to get a widget by its ID?
Hi OutSystems community, In my application I have a number of hardcoded input fields and comboboxes that I use to define a type of product. Some of these input fields and comboboxes have validations...
View Article[Forums] Is it possible to get a widget by its ID?
Hi OutSystems community,In my application I have a number of hardcoded input fields and comboboxes that I use to define a type of product.Some of these input fields and comboboxes have validations...
View Article[Forums] Missing Column Data After Bootstrapping from Excel File
Kevin Miller wrote: Database Integrity Suggestion Inconsistent database table and entity definitions: column 'OSUSR_r6t_Events.TESTVALUES' exists in database, but there is no corresponding attribute in...
View Article[Forums] Missing Column Data After Bootstrapping from Excel File
I took a look at your OML and noticed that you are not converting the Column value to Identifier before Create the Event record. Maybe it is causing the problem.
View Article[Forums] Is it possible to get a widget by its ID?
It's not possible to get a widget by its Id since in platform widgets are not objects (they have records, but you can't assing it to a variable for example). However, you can achieve this by...
View Article[Forums] Is it possible to get a widget by its ID?
Thanks for the quick answer but I'm relatively new to OutSystems and didn't quite understand your explanation! When I change the content in the input field it triggers a screen action. Should I add an...
View Article[Forums] [BPT] How to terminate all open processes
Hi Carlos, Idk how exactly terminate a process in execution, but I think you can achieve this by using the Process API or BPT API of the platform. Maybe this link can be a start...
View Article[Forums] FixedHeader Issue
Hi Everyone, I am using fixed header plugin of outsystems. i have followed all the rules but i am having one problem, in my case it is creating two thead one is filled with data and another is blank....
View Article[Forums] Is it possible to get a widget by its ID?
The extended property would be only to helps you to find the element (by using a JQuery attribute selector, for example). But actually you don't need that. You can create a...
View Article[Forums] Problem to develop a lifetime plugin with Lifetime SDK
Hi Lara, The synchronization is working properly. Yes, I have tried, but the issue persists. Regards,
View Article[Ideas] See a list of all items you followed (Forge, forums, etc)
It's not always about getting updated information but keeping one location where I can review information for reference later - I've liked and "followed" posts that solved a problem I was having but...
View Article[Forums] Integration Studio Couldn't find file.
Hi Martjin, In integration studio in the Resources tab right click the file and choose "Exclude from extension". Regards, João Rosado
View Article[Forums] Integration Studio Couldn't find file.
Hi João, Perfect, Thank you! Kind regards, Martijn Habraken
View Article