Hi Jegan,
No need to apologize! We all had to learn (and are still learning). Happy coding!
Hi Jegan,
No need to apologize! We all had to learn (and are still learning). Happy coding!
I'm currently developing a screen where user can create dynamic form. User can drag elements such as radio buttons, check boxes, etc..
The issue is, the user should have an option to drag a field set, so the field set should be a drag area too since the user can drag elements inside it, but while testing, the parent drag area is the one triggered by the event.
You can define a style class to use different typography sizing. This is my go to site for when I need to remember how to do this.
We confirmed that this is happening in multiple enterprise environements as well as in personal environments.
Maybe a MVP can check this up with OutSystems?
Junaid Ahmed Syed wrote:
Hello Ozan,
An idea for this has already been submitted, hope we get this feature soon!
https://www.outsystems.com/ideas/7395/add-logout-forget-to-service-studio
Thanks,
Junaid
Great, thanks for the info Junaid!
As a notice, I'll paste Craig's workaround from the Idea about the issue:
"Currently. when you log into Service Studio, your server and credentials are added to a Settings.xml. You can remove them by manually modifying the file."
And that Settings file is at the following path according to this post:
C:\Users\YOUR_USER\AppData\Local\OutSystems\ServiceStudio 10.0 (or whatever version you're on)\Settings.xml
There is a <MruServers> block for each environment. Delete the unwanted one and it won't show.
No that is not the case. I get the message on ALL forge components not even once we use.
Yesterday everything was ok.
Edgardo, is it not possible to handle this on OnDestroy event of the mobile screen? If not, please check below post if that helps
https://www.outsystems.com/forums/discussion/33230/onbeforeclose-eventlistener-in-mobile-app
Hello Ozan,
An idea for this has already been submitted, hope we get this feature soon!
https://www.outsystems.com/ideas/7395/add-logout-forget-to-service-studio
Thanks,
Junaid
I'm at 11.0.212.3 and do not have this issue (just checked). Is it possible that a base component hasn't been updated in your environment but that is used by a lot of other components?
Hello Aravind,
In case this is the file you are uploading manually then you can change the header names to match the structure attribute names. However it seems that is not the case, then you can go with below approach.
As long as the position/sequence of column is not going to change, then you can maintain a static entity with header names same as in your structure. Then before you perform ExceltoRecordList, you can use another forge component https://www.outsystems.com/forge/component-overview/355/advanced-excel to fetch the header row from excel sheet and then replace the header names with names stored in static entity and then perform ExcelToRecordList
Thanks,
Junaid
I don't think this is possible with the Excel to Record List since OutSystems only support Typed structures. I would rather look into options to retrieve your data as csv or json and then parse those with an extension that outputs a Typed structure.
Do you need to keep the header names or will you normalize those in your function? If normalize, perhaps you can use an Azure Logic App (or similar) to change the header names to your normalized values.
If all that fails then an alternative could be by going back to the business and discuss this problem and agree to a standardized data form.
Hi,
I have a trivial question, yet couldn't really find the place to do it.
Isn't there a "Sign out" option on the Switch Environment pane in Service Studio? I'm handing over the computer and would like my passwords to disappear on that computer.
Thanks
Dear,
The Highcharts API has a function who is called 'reflow', but this function is not working in OutSystems. Am I doing something wrong? or is the function not available in this component?
Regards,
Furkan
The requirement is,
my imported excel will have a dynamic header name, The data type will be the same but the header name can vary.
So when I assign the ExcelTORecordList to my structure, it fails to bind the value as the structure attribute name and column header name do not match.
How can I get records for dynamic header names which are not present in out entity attributes or structure attributes and insert them into an entity?
Thanks all, i just forgot the variable for assign the output from sql
Hi,
I see something strange when accessing the forge from Service Studio:
All components report the same messsage "No stable version for your environment"?
Why? When I access the Forge from the browser I do not see these messages.
Yesterday this problem did not exist, and our platform did not receive an upgrade and is still on version Version 11.0.212.0
Regards,
Daniel
ankit raj wrote:
glenn michiels wrote:
ankit raj wrote:
HI, I am trying to use google maps in my web app to display an address.The lat long works perfectly but when i send "cityname, statename, countryname", it doesn't show any result.
So,Address Map =>works perfect (takes lat and long)
Maps=> doesnt work.
Hi Ankit,
If I'm reading your question correctly you'd like to give in an adress and have it show on a google map?
Yes. When i use the Address Map feature, i get the map rendered with the pinpoint address because it accepts lat and long.
But i want the normal map feature which takes address as a string.
Hi Ankit,
In attachment you'll find an example of how to add adresses to a google maps using the normal map and a text-based adress.
Just replace the GoogleAPI site property with your API-Key and it should work.
Kind regards,
Glenn
Hi,
Try this then, there are two methods in the Chrome devtools:
Press Escape to show the drawer at the bottom. Choose menu > Sensors. At the bottom, set Touch = Force enabled.
Turn on Device Toolbar (second button at the top). Choose menu > Add device type. Set it to either "Mobile" or "Desktop (touch)".
Both of these should enable touch events.
Regards,
Daniel
My environment too, I think it is beacause of the Environment update few days ago... If you updated your environment on their website that might be the cause.
Regards,
Marvei
I do not think it is of environment update.