Thank you Sir,
So is it a bug of the service studio that it is set Yes to ismandatory but the senddefault value is no?
Thank you Sir,
So is it a bug of the service studio that it is set Yes to ismandatory but the senddefault value is no?
Hi Arj,
This is a web app you are opening on the iPad? Do you have an app on the iPad that can open a xlsx?
Hi Rajat,
I'm not aware of a non-depricated Forge Component for something like that. It seems what you want is very complex: a dynamic form with drag & drop for the design. I'm really wondering why you need to create something like that, it is totally against the way the OutSystem Platform is designed and works.
Hi,
I have an expression where i need to populate the Username of an User by his Passing his ID as a parameter.
For this,
Can anyone help me achieving this
For a customer I'm rebuilding a (SOAP-)webservice in Outsystems. The webservice has to be an exact copy of the existing webservice for the parameters and SOAPAction.
In the original webservice the SOAPAction can be called directly without the namespace; see part of the wsdl:
<soapAction="process">
In the webservice in Outsystems it is necessary to preceed the SOAPAction with the namespace (where webservices is the name of the:module en nameofwebservice the name of the exposed-soap service itself):
<soap:operation soapAction="http://Webservices/nameofwebservice/process" style = "document">
The namespace can be changed by the Module-property 'Web Services Namespace", but i want it to be empty.
Anyone know how to accomplish this?
Hi Bryan,
Did you check the response by increasing the logging level of the REST API? If not please do so, so you can check the response and see if it's actually JSON.
Hi Richa,
This is a forum about developing applications with OutSystems. It seems your main problem is that you are developing a non-OutSystems application that you want to somehow connect to an OutSystems app. This is not what OutSystems is meant for, and it is not supported. I'll therefore close this topic.
Hi Hasan,
This forum is meant to ask questions about and discuss the OutSystems Platform. It seems your question has nothing to do with the Platform, other then that you are trying to access an OutSystems database. I'll therefore close this topic.
Hi Box,
When you expose a REST API, you're sending data back to the client on request. This data is typically sent in JSON, in which case the Platform converts your Output Structure to JSON. If the "Send Default Value" of an Attribute is set to False, when the Attribute has the Default Value (or, in case the Default Value is empty, the default value for the Attribute's data type), it is not included at all in the JSON. Of course, you can only not send an Attribute if it's non-mandatory, so if you set the Attribute to mandatory, the Platform always sends something, even the default value.
When you consume a REST API, you can still send data to the server in JSON format (when POSTing or PUTing). Here, the same rules apply: if the Attribute's "Send Default Value" is set to False, nothing is sent when it has the default value, if it's True, even if it has the default value it's sent. If "Is Mandatory" is set to Yes, Send Default Value is always True, as you must send something.
Thank you Marcelo!
I am running into an issue trying to add it to my app. It won't allow me to check the UIFlow portion when adding the dependency. I can check(select) the server action and entities folders, but not the UI Flows.
See screenshot:
Also, when I search and find "FeedbackMessage++" in the forge, it does not give me the option to 'Install", it says, "Open Module". It just opens the FeedbackMessage component in Service Studio. Also, I can't see it in my list of installed component on the "Applications in development" screen.
Any suggestions?
Thanks!
Hi,
I believe that you are using the ImageToolbox, and this component uses the thirdparty tool "ImageMagick", can you check the usage of resize the jpeg image.
Probably this error about missing/wrong parameter.
Can you consult this site: http://www.imagemagick.org/script/index.php
Thanks,
Balu
I would like to be able to remove discontinued versions of my component in "Forge" to prevent someone from downloading the wrong version, as well as making the dowloads page cleaner and nicer, showing only the active and functional version
Hi Bryan,
Didn't notice you were working in mobile. If that is the case you can look into this post https://www.outsystems.com/forums/discussion/20557/auto-closing-feedback-messages-on-mobile-devices/
Regards,
Marcelo
Hello, Guoron,
Could you open a support case with us so we can analyse what is happening?
Best regards,
Carlos Simões
Hi,
Nested lists are still not supported right? Using web blocks with lists inside lists is the only way to display all values of multidimensional array?
Thanks
Thank you Joao Neves, I had the same question, I searched in google and you answer gave me light!
I Have seen components (do not know if this one is), where the logic for locals other than US are not implemented in the Javascript. First look if there are functions handeling your local settings. (Lost a lot of time on such a problem in the past :) )
Patrick Baanvinger wrote:
I Have seen components (do not know if this one is), where the logic for locals other than US are not implemented in the Javascript. First look if there are functions handeling your local settings. (Lost a lot of time on such a problem in the past :) )
Thanks for your response, in the native javascript components, a simple "SetCurrentLocale" call in "Preparation" method changes component language, but it doesn't work in this case.
Rajat Agrawal wrote:
Hi Bryan,
On a link just call client action & at the last use End widget.
Thanks,
Rajat Agrawal
So each link needs to call a client action? Can it be the same Client Action? Sorry, can you elaborate?
Would the Client action have the link destination as well, or just the End widget?
Thanks!
Hi Bryan,
On a link just call client action & at the last use End widget.
Thanks,
Rajat Agrawal