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

[Forums] How to send email from web app?


[Forums] Dropdown navigation

$
0
0

Marco Arede wrote:

Hi Subham Bid,

To use or not, a static entity, depends on the type of data and business case. I would say as example, if you are using countries names then maybe yes, but if you are using dinamic data maybe not.

Cheers,

Hi,

i need to use the entity attributes as the drop-down and not the data of an attribute.is there any other way other than using a different static entity which contains the attributes as records?


[Forums] How to display two result data for table record get by SQL

$
0
0

Hi! 

I would create a list to use in the screen to display the results.

 In the preparation and in the search action use the System action "ListAppendAll" to put the sql results in the list.

(don't forget to use the "ListClear" before the "ListAppendAll" )

Hope this helps

Regards 

Graça

[Forums] How to display two result data for table record get by SQL

$
0
0

Hi Tung,


There are other ways too to handle this case.

One is like, create one local variable(with your list Datatype) and assign this variable to your table.

And in each case preparation or in search, assign result list to this variable and ajax refresh your table.

Thanks,

Manish

[Forums] Not be able to access the data

$
0
0

Hi Mohammad,

I've just tested in an iPhone with iOS 12.1.4 and it worked well.
Do you want to send me your OML so I can test and try to help you with the issue you're having?

Kind regards,
Sofia

[Forums] Dropdown navigation

$
0
0

Hi Subham Bid,

To use or not, a static entity, depends on the type of data and business case. I would say as example, if you are using countries names then maybe yes, but if you are using dinamic data maybe not.

Cheers,

[Forums] How to display two result data for table record get by SQL

$
0
0

Hi every body

I'm doing implement search function and i have a problems

i don't know how to display data for table record get from two event ,init display and click search button because each event use difference SQL to get data from DB(init display SQL is not contain condition search)

somebody can help me suggest solution or relate topic to resolve it?

Thanks

[Forums] Dropdown navigation

$
0
0

Hi Subham Bid,

Yes, if you only have values [A, B, C] for example, there is another way that is to set as special values:


[Forums] Dropdown navigation

$
0
0

Hi Subham Bid,

I can provide you some tips about how you can to reach your solution :)

A possible direction to a solution could be: 

  • 1st create a screen action to navigate to the other screen;

  • 2nd call that action on the onchage property of the combobox:

[Forums] Dropdown navigation

$
0
0

Marco Arede wrote:

Hi Subham Bid,

Yes, if you only have values [A, B, C] for example, there is another way that is to set as special values:

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 you provide me a sample oml for this


[Forums] How to display two result data for table record get by SQL

$
0
0

Hi Tung,


Did you check the online content in the Learn menu?

I strongly advise you to follow the training here. After you do it all be much clearer.

[Forums] How to send email from web app?

$
0
0

Gaelius Novachrono wrote:

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)



You are either missing or having wrong configuration of your smtp details on sc. Or maybe the smtp server ia down.

[Forums] Calculate available leaves and applied leaves

$
0
0

Marco Arede wrote:

Hi sai charan,

You can use the query filter, to fetch results between those dates, then group results into a single result to get a count of results.

Here you have some images to guide you: https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Query_Data/Create_a_Calculated_Attribute_in_an_Aggregate

Regards,


Hi Marco,

Thanks for the reply!!

I tried to create an expression to calculate the difference between end time and start time to get the number of days applied for leave. But could not get the functions that can be used to calculate. The requirement is when the user selects Leave start date and end date, no. of days applied for leave have to be calculated and the total available leaves must be deducted with the applied leave days count..

Regards,

Saicharan

[Forums] PlatformServices outdated?

$
0
0

Hi Jeroen,

I'd contact OutSystems Support for that.

[Forums] Dropdown navigation

$
0
0

Hello Subham Bid,
Set the onchange action for dropdown. When you select the dropdown value set the condition on Onchange action and depending on the condition set your destination.


[Forums] Login not work on Android

$
0
0

Hi Telmo,

Thanks for the swift response.  The fix works fine - when I fixed the code on the server that I was actually testing on! 

Steve 


[Forge] On The Spot

$
0
0
Get you tickets on the spot so that you can be on THE Spot.

[Forums] Can you open a partially corrupt oml file to merge changes to a non-corrupted version

$
0
0

Albert Swart wrote:

I might have found a partial answer to one of the questions of my original post: 

Question 2) Can you somehow decode/decipher/de-hash and oml file to use a different compare tool, e.g. Beyond Compare, to merge changes? Or at least identify the missing fragment and merge only that across?

In the OutDoc application there is an action called GetXML which 'translates' an oml to xml, however it seems as though it is only extracting the Elements Tree from the oml. The oml is 20MB, but the xml is 628KB.

Hi Albert - 20 MB espace? You are looking for trouble and I would strongly advise you to refactor, taking OutSystems recommedations in consideration: https://success.outsystems.com/Documentation/Best_Practices/OutSystems_Platform_Best_Practices - "An eSpace with a size > 4 MiB normally means bad architecture"

About the oml to xml thing - its a dead end if you try to go that path: forge version of OutDoc does not retrieve full oml XML, and even if it did you will most likely not be able to change it and get it back to OML format.

Since you seem to be stuck regarding steps you can take on your own to recover your work, I'd recommend you contact OutSystems Support.

And please have some lighter espaces (20 MB not good).

Cheers,

Afonso


[Forums] Calculate available leaves and applied leaves

$
0
0

Hi sai charan,

Inside an aggregate filters, you can calculate a difference in number of days, by using a buit-in function DiffDays.

Then you can apply this result to return your results, or continue to calculate other values to be returned.

Cheers!

[Forums] Firebase Cloud Messaging Integration both Web and Mobile

Viewing all 1476385 articles
Browse latest View live


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