[Forums] Font and colors
Hi Viegas, Thanks for the suggestion, and yes i know it i'm playing with Firebug but still i'm not able to find how to change the h2 size. I think that it should be with .cd_title but nothing happen....
View Article[Forums] Call server side function using javascript
Pradip, You just need to put a jquery line like this in your settimeout closure: $(#' + MyButton.Id + ').click(); The screen action binded to your MyButton will do the server side magic.
View Article[Forums] How to send if possible push notifications in OutsystemsNow?
Hello Mykola Using OutSystemsNow, you have the ability to send notifications through PushWoosh (you need to create an account). Just open OutSystemsNowService and see the Server Actions for PushWoosh....
View Article[Forums] Not able to sea the value of Checkbox
Note that the debugger (annoyingly) often does not show values you're interested in, either because the debugger itself decides not to, or because the Platform has optimized them away because they're...
View Article[Forums] Can I get the published version number in my eSpace
In the Manage Dependencies screen I can't select the OSSYS_APP_VERSION table (wehre the nice version number is mentioned). How can I get this number in ServiceStudio?
View Article[Forums] REST API RAW POST
freek wrote: That will not work because the receiver is expection plain text in the body and not binary. I already tried that by doing this and its return the error that it can't find the object in the...
View Article[Forums] How to use if condition in the aggregate filter
Thanks Nuno. The filter worked but earlier i was getting all records by default. Now by default the grid is blank. Once i apply the filter and hit on search, the results appear as per the filter applied.
View Article[Forums] How to Create Recursive Function ?
Suraj, You seem to be opting for a sequential read of the entire table, which is pretty bad performance-wise. What if the table contains a few million records, without any gaps? Inserting a record will...
View Article[Forums] Google Browser API key exposed in web page source
Pedro Cardoso Baptista wrote: Hi Magda, A misuse of the Browser API key can lead to the quota being exceded and also accordantlly to article in https://support.google.com/cloud/answer/6310037 the...
View Article[Forums] Custom marker image not working
Hey, Mykola, Thank you for sharing! We'll update the component to allow you to pass these parameters without having to modify it. Best regards, Carlos Simões
View Article[Forums] Font and colors
Hi, Well by changing this:@media only screen and (min-width: 768px).cd-title h2 {font-size: 9rem; }I was able to increase the size of the title, maybe the problem is that you are not changing the tag...
View Article[Forums] Gallery not showing multiple columns
Hi, i opened the example from the Silk UI website and it shows all records in 1 column. The settings for colums are: desktop 3, tablet 2 and mobile 1. When i make my own oml with a listrecord as input...
View Article[Forums] Cant Debug your espace Due to communication....
Thanks João Rosado. Thanks Rajendra
View Article[Forums] Accidental Deletion of an eSpace
I did a very dumb thing. I accidentally deleted an eSpace from Service Center, not Service Studio. I know I'm probably screwed but thought I would ask. Any way to recover the eSpace? Thanks, Curt
View Article[Ideas] Tab to see the forums that you are following
It will be nice to have a Tab in community to see the forums we are following.
View Article[Forums] Pagination of RESTful API Response
Thanks for the discussion. I got more than I asked. The API is internal developed but quite old. If changing it is not possible I will try to get the raw data from database via an extension.
View Article[Forums] Accidental Deletion of an eSpace
Yes, if you have a backup of database. If not, the espace table has an IsActive column that is 0 when espace is Deleted. Maybe you can try to edit that (and a few other related tables). Oh, and before...
View Article