Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Forums] How i split cell's in a table header?

$
0
0

Hi Ana,

That's not actually a split cell, instead above the cells are two merged cells (i.e. having a colspan set, and others with rowspan set) :). Unfortunately, OutSystems Table Records don't support having more than a single header row, so I don't think what you want is possible.


[Forums] OutSystems Cloud configuration

$
0
0

Hi Miho,

Such questions can best be directed at OutSystems Support.

[Forums] WebpackJsonP reference not found

$
0
0

Hi Avala,

Have you checked whether the web page actually includes the JavaScript for the chatbot?

[Forums] HTML2PDF CSS not working with Zip

$
0
0

Hi Alexander,

I'm not sure what you mean. A PDF doesn't have a CSS. All formatting of a PDF is included in the PDF itself. It really shouldn't matter whether you download the PDF directly, or whether you first ZIP it.

[Forums] OutSystems Cloud configuration

$
0
0

Hi,


I'd like to know about OutSystems Cloud.


Could I set DB lock escalation in OutSystems Cloud?

For instance, do not escalate directly to the table lock when a row lock occurs.


Best regards,

[Forums] WebpackJsonP reference not found

$
0
0

Hi,

We have a React based chat bot client using dialogflow where it generates all necessary Js and css library files with the script that initializes the chat. 

Now we wanted to use these files and script to use it in outsystems web client. I have added Js library and css for the chat bot and injected the script into a container in the same page. But when i try to test the application in the console it is showing WebpackJsonp reference not found.


I have added all reference files in the module but still not working.

can someone help me with this

[Forums] HTML2PDF CSS not working with Zip

$
0
0

Hi,

I'm using HTML2PDF to generate a Binary of pdf then put it inside the Zip.

The problem is, it seems that my server action is not loading up the css of my pdf that's why it's not showing the same output when I just directly download the pdf compare to my pdf inside the zip.


I need help asap.. thanks

[Forums] focus on current list record

$
0
0

Samuel M. wrote:

Sorry about the double post, but here are some images to help you with your question:

  1. Create the HTML a TAG

   2. After your logic, redirect to the page with your Id in the URL like this   (https://yourenviroment.outsystemscloud.com/ModuleName/WebScreen.aspx#251)


Thanks,
Samuel

Thanks this work !!!!



[Forums] Dropdown navigation

$
0
0

Hi Subham Bid,

You need to use the property onchange of the drop-down, to call an action that has your business logic implemented and that also navigates to the other screen.

Did you implemented something already so that we can help you further?

[Forums] Screen destinations and cyclic references

$
0
0

Hello everybody,

As you all probably know, in OS11 screen destinations are now "weak" references, meaning that sideways references between end-user layer modules just for screen destinations are no longer a violation of the 4LC rules. Does the same logic also apply to cyclic references?

I have the following scenario: an End-user module that references a Library module which contains the application's Theme. In that Library module, I need to reference a screen from the End-user module, which then creates a cyclic reference.

Going into Discovery, the Big Picture screen lists that as a cyclic reference. However, if I go to the Module Canvas, I do not get any violations for the involved modules.

[Forums] Calculate available leaves and applied leaves

$
0
0

Hi ,

I have the requirement to show the total leaves available - total leaves - applied leaves.

Applied leaves count is based on the number of days selected(End Date - Start Date). 

How can I implement this business case? I have start date and end sate in Leave Details Entity. 

Total leaves in Employee entity. How to proceed with this login implementation. Code snippet and process would be helpful.

Thanks,

Saicharan

[Forums] Dropdown navigation

$
0
0

Hi all,

I am trying to put a drop-down which will contain the attribute names of an entity and on selecting a particular attribute from the drop-down it will navigate to a different page which will contain some common attributes data and that particular attribute data that is being selected in the drop-down.

For Example- lets consider i have an entity 1 with attributes Name,A,B,C

Now i want to have a drop-down with A,B,C and when selected it will navigate to a list web-screen containing the Name and the data of the particular attribute(A or B or C) depending on the selection.


can anyone guide me through this?

  

[Forums] download for Mac OSX 10.6

$
0
0

Hi Lewis.

Thank you for your honest and valuable feedback about your service studio experience on mac.

We are aware that our Technical Preview is still facing some important quality issues. Quality is key to us and we are actively working, namely with the wine community, to solve this and move the Technical Preview to a Beta state. We already have more than 100 active developers that are choosing this version over the usage of virtualized machines, with higher costs and resource consumption.

We care a lot about our developers and community and, once again, thanks a lot for your honest feedback.

We are working to improve this and, as we release new versions with quality improvements, we'll let you know.

Kind regards,

Tércio

[Forums] Datepicker configurations

$
0
0

Hey Marcelo!

It is possible to have an empty input if you want, it's just an advanced format :)

So if you go inside the AdvancedFormat you see there's something called AdvancedFormatJSON where you can add:

"{
        beginEmpty: true

}"

This will make the input be empty when the page initializes.


The reason why this is not the default behavior is while we were researching the datepicker component the feedback that we got was that the default date should be the current date or the date that is picked in the input parameter InitialDate, and not an empty one. 

Hope this clears it up,

Cheers.


[Forums] How to send email from web app?

$
0
0

Arley Silveira wrote:

Does your environment has the SMTP settings configured? If so, what errors are you getting on sevice center logs?


Id:
113df4ed-701a-43cb-942f-19a9a5699e50
Time of Log:
2019-03-12 09:23:38
eSpace:
SendEmail
Tenant:
SendEmail
User:

Session Id:

Server:
S4WEK-LT6AXY
Module:
Email
Message:


Error sending email 9: connection failed


Environment InformationeSpaceVer: 0 (Id=0, PubId=0, CompiledWith=11.0.118.0)
RequestUrl:  (Method: )
AppDomain: Scheduler.exe
Path: C:\...\PS\
Locale:
DateFormat: yyyy-M-d
PID: 4404 ('Scheduler', Started='3/8/2019 2:19:58 PM', Priv=76Mb, Virt=698Mb)
TID: 13
Thread Name: Email Processor #1
.NET\: 4.0.30319.42000
Stack:
Error sending email 9: connection failed
   at #jxc.#ixc.#hxc(String smtpserver, Int32 smtpserverport, #txc authType, String username, String password, String mail, String from, String to, String cc, String bcc, Int32 sendTimeout, Int32 receiveTimeout)
   at OutSystems.Scheduler.Core.EmailJob.#Rwc()
   at OutSystems.Scheduler.Core.EmailJob.Execute()
   at OutSystems.Scheduler.Core.SchedulerProducerConsumer`1.Execute(Job job)



[Forums] HTML2PDF - Could not find file 'C:\Windows\TEMP\TEMPPJNAXIDTGA00000000000000000000000

$
0
0

Hi all,

Thank you all by your help!

I already change the working directory and path to a directory where IIS user have permissions and the error still the same. I already tried with other binaries versions and the result is the same.


Any suggestions? 


Thanks!


Best regards,

Ricardo

[Forums] BPT for asynchronous calculations?

$
0
0

Craig St. Jean wrote:

Craig Duggan wrote:

Daniël Kuhlmann wrote:

Yes it is perfectly possible to do this with BPT if the SQL finishes within the max time out of bpt which is 5 minutes. If SQL take longer than 5 minute you need to use timers.

You can do a auto refresh of your screen using JavaScript interval to refresh the calculated totals on your screen. Alternatively you could use a notification system like pusher to have your screen updated when a total is calculated.

Also the web event extensibility component in the forge does also work I think on OS10

Thanks - thats good to hear. Yes we are talking seconds, not minutes, so it wont get near to the BPT max time out.

I will look into the two suggestions you have provided for notifying the screen.

Events are new to OS11 so I wouldnt have thought the component would work with OS10.


If you are just talking seconds, you could always create a screen action to perform the calculations and AJAX Refresh the appropriate components.  Then, add JavaScript when your screen loads to immediately fire the AJAX call.  It's not ideal to call AJAX the moment your screen loads, but for this use case it seems like the most straight forward way.

Thanks. To clarify, are you suggesting to have the action called by JavaScript rather than have it in the preparation? How would you trigger it?


[Forums] Calculate available leaves and applied leaves

[Forums] Screen destinations and cyclic references

$
0
0

Hi Aurélio,


That's a very good question.

I remembered Francisco Menezes in ODC explaining (tech talk here, min 5:30) this was now a weak reference and we would not need to use the Get Entry URL as a workaround anymore in P11.

It is also my impression that people in general focus their attention on the module canvas rather than the Big Picture graph.


Cheers,

João

[Forums] Dropdown navigation

$
0
0

Marco Arede wrote:

Hi Subham Bid,

You need to use the property onchange of the drop-down, to call an action that has your business logic implemented and that also navigates to the other screen.

Did you implemented something already so that we can help you further?

Should i use a  static entity for the dropdown?


Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>