[Forums] How to select Distinct records from local storage entity in outsystems
Hi Nassif,Maybe I'm worng (and I apologize if this is the case), but afaik, there is no way to implement what you want with a single aggregate.Fortunately, in mobile, when dealing with local storage,...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hey Eduardo,Thanks for the quick response, Appreciate :)What if I use another aggregate for the same.But how can I pass the date to second aggregate to fetch particular records for the list under that...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Hi Nassif,Use a Block.Inside the block, put an input parameter (date) and use it in the aggregate to fetch the records filtered by this date.When you place the block in the list, just set its value to...
View Article[Forums] How to select Distinct records from local storage entity in outsystems
Eduardo Jauch wrote:Hi Nassif,Use a Block.Inside the block, put an input parameter (date) and use it in the aggregate to fetch the records filtered by this date.When you place the block in the list,...
View Article[Forums] Database exception
Eduardo Jauch wrote:Hello Neha,The error is exactly the same as before, but now for column Year.You have an UNIQUE index for year column, so database will not allow you to insert a new record with a...
View Article[Forums] Database exception
If u have unique index on those column ...even u can not update the same values.
View Article[Forums] Database exception
Neha,Doesn't matter.If you violate the unique index when changing an existing record, it will trigger an exception.Using the examples given above, but now with an UPDATE instead of an INSERT.MyEntityid...
View Article[Forums] Light BPT in Java Stack
Thank you Sir,Our clients all use Linux server and they implemented Java stack based on that legacy infrastructure. So, we need to suggest new clients just to use .NET Stack as Java stack is not...
View Article[Forums] Notification RawPayload
Hello everyone, I'm in this situation right now, 'cause I want to send some arbitrary data along with the notificationas of current version of OneSignal plugin, it appears that RawPayload is already in...
View Article[Forums] Is it possible to use an onclick event on a row in a list to perform...
Hi Elize van der Riet,I followed your steps but it always clicked on the button from the first row.I changed the jquery to click on the button contained in the row:Add a button in one of the cells. Set...
View Article[Ideas] Comment on action flow elements
I think it would be usefull if we could add comments to flow elements, like IFs, switchs and foreachs.Sometimes the comment component is big and it's hard to position in a place where won't overlap...
View Article[Forums] Database exception
Eduardo Jauch wrote:Neha,Doesn't matter.If you violate the unique index when changing an existing record, it will trigger an exception.Using the examples given above, but now with an UPDATE instead of...
View Article[Forums] Bookings Assignment - Get Available Room SQL Error
Hi,I just used Outsystems for just several days and now I'm working on the Bookings AssignmentUpon creating the SQL, I receive the following error upon testing : And upon publishing, I got the...
View Article[Forums] Database exception
Hi Neha, As you can seee here, no errors happen from just update the record seeting the IsLocked to True or False.I used the standard logic (you can check in the attachement).So, my entity has the same...
View Article[Forums] Is it possible to use an onclick event on a row in a list to perform...
Hi Harmjan,You are correct, I never checked that it is passing the correct row's id. I actually never used this solution in the end, I did something else, so it was never tested properly. @ Alberto, I...
View Article[Forums] Is it possible to use an onclick event on a row in a list to perform...
Elize van der Riet solution will work perfect.. 1) For hidden button in the row, I have added row extended property and assign current row number2) On the row I have add onclick event to click the...
View Article[Forums] Bookings Assignment - Get Available Room SQL Error
Hi BillyThe error is happening because one of the Query Parameters is with the wrong data type.Check that the two Check... query parameters have the Date data type, NumberOfAdults and NumberOfChildren...
View Article[Forums] Bookings Assignment - Get Available Room SQL Error
Hum...Looking better to your image I notice something that is more probably the cause of the error.Also, instead of using a structure as the Output, just use the Room entity, as this is what the Select...
View Article[Forums] Bookings Assignment - Get Available Room SQL Error
Billy Suherman wrote:Hi,I just used Outsystems for just several days and now I'm working on the Bookings AssignmentUpon creating the SQL, I receive the following error upon testing : And upon...
View Article