[Forums] Which file is used by the controller to determine the status of the...
Thanks for both of suggestion. Unfortunately we will not get sign off on installing the SDK - due to change control.  I was aware of the  "Administration > Front-End Servers" - I guess I was looking...
View Article[Forums] Can't log into environment?
Hi! I changed my password, but when I try to log into Service Center with the new password, it just says it's the wrong password. Am I doing anything wrong?
View Article[Forge] MobileAppUpdate
Detect Mobile App Update by checking BuildInfo; and BuildInfo available on the server
View Article[Forums] Overriding tabindex with extended properties seems not work
Hello Carlos,Could you make a small test?Try it with an action instead of a navigate.CheersEduardo Jauch
View Article[Forums] Calling extension from another extension
I was wondering if it is possible to call action made in one extension from some other extension ? If yes, how?
View Article[Forums] Can't log into environment?
There should be 3 accounts/passwords. They all have the same starting email so they are easy to mix.1. OutSystems - the one you are using here in the forum. Editable in profile screen.2. Service Center...
View Article[Forums] Calling extension from another extension
AKM Mohiul Hassan wrote:I was wondering if it is possible to call action made in one extension from some other extension ? If yes, how?No that is not possible, you can only call a extension action from...
View Article[Forums] Overriding tabindex with extended properties seems not work
I've tested with an screen action instead link, and as you suspected works fine this way, but the element from which I want to remove the tabindex is really a PopUp (that is rendered as a navigating...
View Article[Forums] How do I delete multiple tabledata with checkboxes?
I'm trying to create an function to delete table rows that are selected with a checkbox. I already have a screen action with the entity DeleteProduct action between the start and end node. I have a...
View Article[Forge] Kairos Wrapper
API Wrappers for Kairos ‘Human Analytics’. Features that you can use to gather unique, real-time insights about people as they interact with your product.
View Article[Forums] Calling extension from another extension
Hi AKM,Not sure, but maybe you can use this to call an action defined in an...
View Article[Forums] Calling extension from another extension
José Costa wrote:Hi AKM,Not sure, but maybe you can use this to call an action defined in an...
View Article[Forge] Kairos Wrapper Demo
Demo to show how to use the forge Component "Kairos Wrapper". Download it on https://www.outsystems.com/forge/Component_Overview.aspx?ProjectId=2985
View Article[Forums] How do I delete multiple tabledata with checkboxes?
Hi Oguzhan,In your aggregate, add a new Source structure called BooleanNow, your Table Record will have a new boolean field that you can bind to the Checkbox (Table.List.Current.Boolena.Value, if I am...
View Article[Forums] How do I delete multiple tabledata with checkboxes?
Hi,You don't. :)Not easily anyway.This is because when you build the page, the message is defined in the button and send to the browser. At this point, nothing is selected.When the user mark a...
View Article[Forums] Overriding tabindex with extended properties seems not work
I know a workaround... May be useful for you.Make the button/link that opens the popup invisible (CSS display:none.And add a new text with a div around it that executes a "$('#" + openpopup.id +...
View Article[Forums] Can't log into environment?
Nuno Reis wrote:There should be 3 accounts/passwords. They all have the same starting email so they are easy to mix.1. OutSystems - the one you are using here in the forum. Editable in profile...
View Article[Forums] Editable Table loses data
Anonymous wrote:hi Uyo,may this helpshttps://www.outsystems.com/help/SErviceStudio/9.0/Miscellaneous/Behavior_of_the_Button_Widget.htmregards,AThank you very much A
View Article[Forums] How do I delete multiple tabledata with checkboxes?
I thought i fixed the delete function but I just discovered a bug.When I select a product and switch pages through the pagination, It deletes the selected rows without me clicking the delete button..I...
View Article