[Forums] Adding Existing Users to New Tenant?
Hi Christopher, This How-To should put you in the right track: How to Build a Multi-tenant Application Please note that in both the Implementing the Front Office or Implementing the Back Office...
View Article[Forge] Coordinates Sort
Extension containing a simple method which receives a list of coordinates and a reference origin, sorting the list from the closest to the farthest coordinate.
View Article[Forums] Need details about certification exam
I already cleared associate developer exam long time back but it was when we have OS boot camp here in our office and now want to move furher with the next level of exams.
View Article[Forums] How to validate Combo Boxes outside of a form
Hi Samuel, No fast reply this time, weekend happend :). As for your last post, I'm not sure I understand what you are doing. One typically specifies a Variable of type Identifier, not a whole record. I...
View Article[Forums] Assign a TenantID
Hi, How can we assign a new value to a Site.tenentID At run time.
View Article[Forums] "Specificed cast not valid" when using session variable in aggegrate...
Peter, you're right. Like Kilian mentioned above, this is a platform a bug. Changing the function is just a workaround I've suggested.
View Article[Forums] "String_Split" action is returning extra records
Hello Community members, I am using "String_Split" action from "Text" extension. This action must split records as per delimiter. I want to break my string based on "NewLine" characters hence giving...
View Article[Forums] Change the color of a row in a table
Concernining all Tables; I can set an "IF" condition on a cell to do what erver a want. I would like to set the 'STYLE' of a row, depending on a variable. Example; In case the value my table_field...
View Article[Forums] "String_Split" action is returning extra records
you are not doing anything wrong, but splitting text based on newlines can be tricky... especially, since the string_splits works on single characters only! When you have a newline is can be (and most...
View Article[Forums] Change the color of a row in a table
use the extended properties of the row. there you can sett property to class and the value you can use an inline-if
View Article[Forums] "String_Split" action is returning extra records
Hi J, Thanks a lot for the reply. I tried to give delimiters as "\n\r" and "\r\n". It worked partially. For some fields it broke string based on NewLine characters, for some string, it replaced...
View Article[Forums] Change the color of a row in a table
Hi Henri, Just extending J's answer further. set style property as following Hope this helps. Thanks and Regards, Suraj Borade
View Article[Forums] Problem to develop a lifetime plugin with Lifetime SDK
Thanks Lara. I will do that. Regards,
View Article[Forums] Make different roles get different data
Hello, I have some Table Records, and they have a lot of data. These Data are connected to different users. Well, the issue is: I want to (1st) make some users see only their part of data (Field...
View Article[Forums] "String_Split" action is returning extra records
Hi Suraj, Maybe using regular expressions (see link below) to replace the newline characters with a new one (like "$"). So after you can do the split with the replaced...
View Article[Forums] "String_Split" action is returning extra records
Hi suraj, it doesn't matter if you provide delimiters as \n\r since it will delimit on 1 character only! I would go for Andre's suggestion, or simply remove the empty-records in the list.
View Article[Forums] Accessing Jquery Variable From OutSystems
Hi All, I am facing a problem while access jquery variable from outsystems. I am using "GetFormValue" of "HTTPRequestHandler" extension.But it is returning an empty String. Does anyone came accross...
View Article[Forums] Accessing Jquery Variable From OutSystems
what are you trying to achieve? either use an hidden-input-field to synchronize the variable. or use fakenotifywidget to submit the variable.
View Article[Forums] Make different roles get different data
It's an interesting issue. My first thought is this: I think it comes down to a good datamodel and a proper wrapper-espace. in that espace you provide different structures as output for queries....
View Article