[Forums] Solution Phase - Hot Fixes
Hello Pedro,I hope below document will help you out.https://success.outsystems.com/Documentation/11/Managing_the_Applications_Lifecycle/Deploy_Applications/Apply_a_HotfixRegards,Ajit Kurane.
View Article[Forums] Error with Reactive Web debugger: The browser used for debugging is...
Hello,We are having trouble getting the debugger to work with our Reactive Web App. Running Service Studio version 11.14.1 Build 54682.Steps taken to attempt debugging:1. Create breakpoint.2. Set entry...
View Article[Forums] How to prevent screen changes while moving from one block to another
Replying to vishnupriya sivashanmugam's comment on 28 Dec 2021 19:05:16Please create a new forum question, and let me know when done, then I will remove this one.Unfortunately, moderators can not...
View Article[Forums] New register with one or more upload
Hey,Hope you are doing well. If you don't want to show files when id=0 then put your attachments table and its pagination inside if so when new ticket (id=0) it will not reflect on screen.when you...
View Article[Forums] New register with one or more upload
H Yogesh,Thank you for the answer.It is this:I need for each ticket your files.New ticket= 0 filesExistant ticket = your files In this moment mix files in existing tickets, and new tickets existing 4...
View Article[Forums] REST API FOR Delete Data based on TIMER
Hi All Good Morning, I am a newbie in outsystems...I just using this environment for awhile...I need to know how to write API for deleting a data depends on the time.Cause:The reason is I...
View Article[Forums] Documentation and download variation
On the forge page for the component the screen shot and the notes say that the component is using c# .NET Driver 2.11.4. However if you open the demo app 2.4.2 is hardcoded into the homepage. Similarly...
View Article[Forums] How to consume REST API POST method in outsystems using API key...
Replying to Siddi Mahesh's comment on 29 Dec 2021 05:18:51ok
View Article[Forums] How to consume REST API POST method in outsystems using API key...
Thank you its working
View Article[Forums] How to consume REST API POST method in outsystems using API key...
Enter Your API endpoint url and add the payload inside requestYou can add header like api key as input parameterAnd you can go to test tab and test the api and click finish and you can use the responds...
View Article[Forums] When is the next 14dayschallenge in Outsystems is going to start?
It sure but I believe you can register here https://www.outsystems.com/events/developer-school/#future-editions
View Article[Forums] Best case nested if condition in a widget
Hello Kane, may be your if condition is wrong, Can you please try this and check once let me know its work for you or notIf(((CheckStaffRole(UserId:) and NameTable.List.Current.NAME.Status = 1) or...
View Article[Forums] How to consume REST API POST method in outsystems using API key...
I am able to consume GET method but facing problem with POST method
View Article[Forums] How can minimize server Requests in Reactive application with...
Hi,You could create a entity like the external entity in OutSystems and create, update delete records there. Then have s timer that runs once a day that synchronizes the changes to the external...
View Article[Forums] How can minimize server Requests in Reactive application with...
Hi,I've a requirement like using external database for my reactive web application but the data changes very rare likes once in a day, is there any way to cache the data instead hitting the external...
View Article[Forums] When is the next 14dayschallenge in Outsystems is going to start?
Hi Team,I have attended the 14dayschallenge 2 weeks before and it was so helpful in learning the basics in Outsystems. I wanted my team to do the same challenge and let them know about this event and...
View Article[Forums] Click anywhere to hide the other button
Hello Matanong,Hope you are doing well.Please check below post.Rajendra has been provided a sample oml you can refer it.And alternate solutions are also...
View Article[Forums] Best case nested if condition in a widget
Hi All,I have a table records which is inside record have name and status column.I want add checkbox in every record with 2 condition.If role is Staff and status is 1, the Widget will show, else...
View Article