[Forums] Entity Identifier & Expression
Hi all:) Thanks for the reply....:) I tried with "TextToIdentifier()" It returns "Text Identifier". I have a table "Employee details" . I have the user name in the text field(fetched using session...
View Article[Forums] Searching for ""outsystems"."DBO".ossys_user_t2 with key 0 was not...
I'm getting this error.... " [AM3C79069].DBO.[OSUSR_4Z4_EMPLOYEEE_DETAILS1] with key 0 was not found " What should i do to rectify this? Please help me to sort it...
View Article[Forums] Modal widget - features and bugs
Is there any update on this as i am also facing the Same Problem. Can we achive this anyhow because its a blocker to the application. Or any work around is available ?
View Article[Forums] Entity Identifier & Expression
Hi Nadhini, I'm not sure what you mean. If you mean you need, based on the entered name, the accompanying Id in a table, you need to make an Aggregate that has a filter on the user name.
View Article[Forums] Desktop Browser vs Mobile Browser Font
Hi, We are currently developing a responsive website for a client and have observed that the font from the Desktop Browser vs the Mobile Browser changed from Century Gothic to Times New Roman in the...
View Article[Forums] New Web Block Notify Behavior
Hey Paulo , I am stuck with an issue on Outsystem 9 after upgrading my application from Outsystem 6. In my screen i got 2 dropdowns which is inside webblocks. for the dropdown-1, i got a OnNotify...
View Article[Forums] Searching for ""outsystems"."DBO".ossys_user_t2 with key 0 was not...
You're executing action GetEmployee_Details with an empty (null) Id. This will throw the exception above.
View Article[Forums] HOWTO Change CSS depending on the user in Session
Hi , Does this solution work with java platform. I would like to change the CSS based on customer or any other condition. thanks in advance
View Article[Forums] cant calculate totalprice
hi Hon, check my solution. Kings Regards, Luís Pereira
View Article[Forums] HOWTO Change CSS depending on the user in Session
Hi Anu, The solution decribed by Hugo should work. The one I described not, since AddPostProcessingFilter action is not implemented for the Java Stack. Regards, Tiago Gafeira.
View Article[Forums] Enable Service Center HTTPS
Is it possible to force Service Center to be HTTPS on either OutSystems cloud or independent infrastructure? Ideally would want to do this without shutting port 80.
View Article[Forums] Email Functionality
Kilian Hekhuis wrote: Is there any more error information? Some details? I am getting below error 550 5.5.1 Protocol error RCPT TO: sv.nageshgupta@gmail.com
View Article[Forums] New Web Block Notify Behavior
Hi Prassin, Are you able to execute the same logic as the screen action in the preparation of the screen? That way you'd get the values of dropdown-2 initialized when the page opens, and they would...
View Article[Forums] Validate Date inputs
Hello All, I have used inbuilt datepicker controls as start date and end date on form. I want to validate 1]Unable to type into date picker. on click open calendar and thenselect date 2]Or Type only...
View Article[Forums] Email Functionality
Nagesh Gupta wrote: Kilian Hekhuis wrote: Is there any more error information? Some details? I am getting below error 550 5.5.1 Protocol error RCPT TO: sv.nageshgupta@gmail.com Error sending email...
View Article[Forge] jQuery UI Drag and Drop and Sort
Allow any element to be moved using the mouse and create targets for draggable elements to be dropped using jQuery UI Draggable, Droppable and Sortable. Supports tablet or mobile Touch Events.
View Article[Forums] Email Functionality
It seems you are trying to send an e-mail using an SMTP server that needs a username/password in order to send mail, and you are not providing them, or providing the wrong ones. In Service Center you...
View Article[Forums] Desktop Browser vs Mobile Browser Font
Hi Geraldine, Fonts must be installed locally on the computer/tablet/phone the web page is displayed, otherwise they are not available to the browser, and the browser will default to another font....
View Article