[Forums] Issue with Javascript/ variables
Look at the sample, are you properly setting extended properties on the items? So it has a property called "nid" and a value that lets you identify what was being dragged/dropped? Look at the...
View Article[Forums] Working with the SQL tool and ORACLE
Hi, communtyCurrently, im developing a web applicattion, the database is ORACLE, and it seems that oracle functions are not available or supported by the SQL TOOL. I have to encrypt the already stored...
View Article[Forums] CreateOrUpdateAll Storing only First Record
Hi,I have Consumed a Rest API with POST Method.I am receiving the complete desired response from API.But It is storing only first record of its Length.I have tried with CreateOrUpdateAll Method.If I...
View Article[Forums] Issue with Javascript/ variables
Hi Justin.I have defined the "nid" in the extended properties as you reference here, as "item_" + the id of the list item.This does not seem to get picked up however?Joe
View Article[Forums] LayoutReady
Hi everyBody, I really need to know, what is the function the LayoutReady, when you create mobile app, put this in the OnReady, but I don´t know what happend if I take it off
View Article[Forums] LayoutReady
Hi José,In OutSystems mobile apps, the Screens and Blocks follow a lifecycle composed by a set of stages.when you navigating between Screens:You can read more infos here.
View Article[Forums] LayoutReady
Paulo Cação wrote: I have error if I have it in OnReady, Have exception about offset, but sometimes, if I take it, everything is ok, but I know is correct to take it offHi José,In OutSystems mobile...
View Article[Forums] Cannot set policy for soap call in C# extension
Hi Jordi, I just want to weigh in, because I solved this issue for a colleague a couple of days ago. I would like to explain a bit more about the app.config (or web.config for web applications) and...
View Article[Forums] How to Iterate through my entity in a form
Eduardo Jauch wrote:Hello Anurag, I would take a different approach (taking into account the way your data model seems to be).First, I wouldn't use a Form, if I only want to display a single question...
View Article[Forums] Many-to-many relationships between static entities
Hi.I am not being able to publish a static entity that manages many-to-many relationships between 2 other static entities. Does anyone know why?Thanks!
View Article[Forums] Meet the Two New MVPs (Armando and Fábio)
This is a great time to be part of the MVP program. There have been lots of submissions recently and guess what? Two more have made it. The newest MVPs are Fábio Fantato from DoItLean/Aubay and Armando...
View Article[Forums] Many-to-many relationships between static entities
Hi Mariap,You have a relation N:M, so, you new create a new entity. Right? The new table, will have dynamic data? Can relations be...
View Article[Forums] Many-to-many relationships between static entities
Hi Mariap,What error are you get when try to do it? I test it here and it works well.RegardsFabio Fantato
View Article[Forums] Many-to-many relationships between static entities
I have 2 static entities (imagine A and B) and I created a 3rd to have static association (imagine C), with foreign key AId and BId, with an unique index to make sure that no duplicate records exist....
View Article[Forums] Meet the Two New MVPs (Armando and Fábio)
Very glad to have you guys in the team! The whole community wins.
View Article[Forums] There is an error in XML document (2, 437)
Hi guys,I consume a soap service that returns the attached information, but in service studio crashes with this information: [1] There is an error in XML document (2, 437). at...
View Article[Forums] CreateOrUpdateAll Storing only First Record
It's because the structures are different. You're using the Current record to do the conversion. So it's always gonna use the first one as you're not in a loop.Try to create a Record List with records...
View Article[Forums] Working with the SQL tool and ORACLE
Hi Mario, are you sure the runtime DB user has privileges to see this function?Have a look at this:...
View Article[Forums] Error on Message Queue Count: GeneralLogQueue
java.lang.OutOfMemoryError means your server is running out of memory.Have you tried to restart the server?
View Article[Forums] Many-to-many relationships between static entities
Hi,I don't have any problem:Check attributes and indexes in your 3rd table.
View Article