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

[Forums] How to track the time of the current session in run-time?

$
0
0

Ricardo Antunes wrote:

Hi Andy,

I'm not sure if there's already a component in the forge for this but you can always make a simple one based on this article from Outsystems:

Link to article HERE.


Using that as a base you can check the variable HttpContext.Timestamp for the timestamp of the session and compare it with the current date time.


Hope this gives you some guidance to solve your problem.

Hi,

I have successfully created the .NET extension module (step 1) and edited the source code (step 2), but when I 1-click publish the extension (step 3) I get the following compiler error(s):

.NET Compilation.

Project file contains ToolsVersion="12.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="4.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=291333.

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3274: The primary reference "OutSystems.RuntimeCommon" could not be resolved because it was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.HubEdition.RuntimePlatform" could not be resolved because it has an indirect dependency on the assembly "OutSystems.RuntimeCommon, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.REST.API" could not be resolved because it has an indirect dependency on the assembly "OutSystems.RuntimeCommon, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.SOAP.API" could not be resolved because it has an indirect dependency on the assembly "OutSystems.RuntimeCommon, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.HubEdition.DatabaseAbstractionLayer" could not be resolved because it has an indirect dependency on the assembly "OutSystems.RuntimeCommon, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3274: The primary reference "OutSystems.HubEdition.RuntimePlatform" could not be resolved because it was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.REST.API" could not be resolved because it has an indirect dependency on the assembly "OutSystems.HubEdition.RuntimePlatform, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.SOAP.API" could not be resolved because it has an indirect dependency on the assembly "OutSystems.HubEdition.RuntimePlatform, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3274: The primary reference "OutSystems.HubEdition.DatabaseAbstractionLayer" could not be resolved because it was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.HubEdition.RuntimePlatform" could not be resolved because it has an indirect dependency on the assembly "OutSystems.HubEdition.DatabaseAbstractionLayer, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.REST.API" could not be resolved because it has an indirect dependency on the assembly "OutSystems.HubEdition.DatabaseAbstractionLayer, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.SOAP.API" could not be resolved because it has an indirect dependency on the assembly "OutSystems.HubEdition.DatabaseAbstractionLayer, Version=11.0.212.0, Culture=neutral, PublicKeyToken=null" which was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3274: The primary reference "OutSystems.REST.API" could not be resolved because it was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3274: The primary reference "OutSystems.SOAP.API" could not be resolved because it was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.HubEdition.RuntimePlatform" could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.REST.API" could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3275: The primary reference "OutSystems.SOAP.API" could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".

Interface.cs(4,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Structures.cs(6,18): error CS0234: The type or namespace name 'ObjectKeys' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Structures.cs(7,18): error CS0234: The type or namespace name 'RuntimeCommon' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Structures.cs(8,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Structures.cs(9,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Structures.cs(10,18): error CS0234: The type or namespace name 'Internal' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Entities.cs(6,18): error CS0234: The type or namespace name 'ObjectKeys' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Entities.cs(7,18): error CS0234: The type or namespace name 'RuntimeCommon' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Entities.cs(8,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Entities.cs(9,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Entities.cs(10,18): error CS0234: The type or namespace name 'Internal' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Records.cs(7,18): error CS0234: The type or namespace name 'ObjectKeys' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Records.cs(8,18): error CS0234: The type or namespace name 'RuntimeCommon' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Records.cs(9,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Records.cs(10,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Records.cs(11,18): error CS0234: The type or namespace name 'Internal' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

RecordLists.cs(7,18): error CS0234: The type or namespace name 'ObjectKeys' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

RecordLists.cs(8,18): error CS0234: The type or namespace name 'RuntimeCommon' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

RecordLists.cs(9,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

RecordLists.cs(10,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

RecordLists.cs(11,18): error CS0234: The type or namespace name 'Internal' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

RecordLists.cs(12,18): error CS0234: The type or namespace name 'HubEdition' does not exist in the namespace 'OutSystems' (are you missing an assembly reference?)

Does anyone know what might be causing this issue ?  I have updated to the latest version of the .NET SDK (4.8) but I'm unable to located any .NET framework later than 4.0 on my C: drive.

Cheers, Richard.


[Forums] The "View Mode" of a phone affects my webapp.

[Forums] lifetime analytics

$
0
0

Hi,

I am sorry to hear about that, that's bad.

Regards,

Daniel


[Forums] filter aggregate based in list box selections

$
0
0

I don't think you can filter the aggregate by list box. You can use an advance SQL to filter it, one example is using the 'IN' SQL statement.

[Forums] Change userid generated in outsystems user espace

$
0
0

Hi Ray,

Your welcome, glad.i could help.

Regards,

Daniel

[Ideas] Certifications for Front end skills

$
0
0

Hello All, 

We have learning paths for web , mobile, tech lead etc and corresponding certifications for them. 

There is a learning path for a  front end developer but no certification. 

Can we have certifications for a front end developer as this is growing as an individual career path in itself?


Regards

[Ideas] Debug: Able to select entry point even if there is no reference from Espace to Entry Point

$
0
0

On the scenario that, there is:

- A End User espace A, that consumes a weblock on a UI espace B, 

- The Weblock on espace B consumes a action from CS espace  C

- There is no reference between A and C

On the described scenario currently is no possible to debug on C request from start on A without adding a useless reference between From A to C    

[Ideas] "Assign" multiple records to record list

$
0
0
Instead of having to add an appendList action for every single record you want to add to a record list, it would be nice if there was a way to "assign" records to a record list the same way you can now assign variables with values via the Assign action. You could have the same grayed out fields, waiting for new records to be appended into the record list in one single action, instead of taking up an entire screen just for appending records.

[Ideas] Immeadiate CSS deployer

$
0
0

Hi all,

When you are project face that you develop look and feel your application and part of the is styling things with CSS.  

Using 1-Click Publish is enough still too slow when you want to see your changes on action fast. If you are not able to see that fast, then it disturbs your concentration. 

It would be nice if the OS would provide short cut CSS deployments for Web Designer's to update CSS on OS server directly from Service Studio without 1. Click deployment.




[Ideas] Auto set Assign's Label when dragging record variable

$
0
0

When you drag a variable of type "record", the assign is correctly populated with the fields in the record.

It should also auto set the label of the Assign to the name of the variable, for clarity.

[Ideas] Allow Styles to be set by variable for expressions etc.

$
0
0
I would like to set and modify styles from a variable.  

[Ideas] Add a De-Escalate Option to the Support Portal

$
0
0

Hello!

On occasion, it would be nice to be able to de-escalate a support ticket, or lower the severity.  Possible use cases:

  • Accidentally created with the wrong priority
  • Situation has changed, and such urgency is no longer required

The way I see it working is next to the Escalate button would be De-Escalate.  The user would be forced to enter a comment for the purpose, e.g. if anything has changed.

[Ideas] Reminder comments with a different color

$
0
0
Very basic and simple ideia, just what the title says: Reminders could have a different color than regular comments (orange?)

Some complex logic often gets several comments on it and this would help to rapidly identify the reminders/todo/WIP from the "documentation"

[Ideas] Port Service Studio and Integration Studio to MAC OS X

$
0
0

Build a Service Studio and Integration Studio version to run in MAC OS X operating systems.

[Ideas] Refresh References

$
0
0
Be able to refresh a Reference by right-clicking an option menu over an existing reference in ESpace explorer reference's folder.

In the References' popup screen it would be nice to have a button/link to refresh the existing Espaces or Extensions without having close e reopen the popup References' screen.

[Ideas] Trim Text Function

$
0
0
For code clarity and consistency there should be a Trim text function that executes both TrimStart and TrimEnd

[Ideas] "Check for SS version update" option in SS menu

$
0
0

Basically doing the same as SS automatically does when it starts, but allowing the user to check it him/herself if he/she ignored the notification too quickly...

[Ideas] Master Class on Modeling Business Processes (BPT) problems with starting 'Hands-on-challenge'

$
0
0

As this course is built in an older OutSystems version there are some differences which can be overcome but following the instructions to the letter before starting the challenge can result in unknown errors. Debugging this can be very frustrating and time consuming. For Instance I get a error message that ActivityId #0 is not  available. This is strange because nowhere in the course there is a mention that the ActivityId is not automatically available. I went back to the start of the course and retraced my steps and checked everything. After a 1-hour search I still cannot find the fault. This is frustrating because now I can do two things: skip the challenge which would render the course less effective or search until hell freezes over. It would be nice if you can start the challenge by downloading the application so that you can either search for the problem in your own version or crack on with the challenge.

[Ideas] Interface oriented Object validation

$
0
0

The new runtime offers a generic type Object that is able to reference any object on the platform, while this is powerful, there's still some unknowns when we want to integrate with third-party javascript code.


It would be neat to have the ability to define interface enforcement on Object parameter in a way that it would function theoretically like Java/C# interfaces. This information would be simply metadata and doesn't actually need to end up on the runtime object instance, it would be used solely for API validation within Service Studio.

Much like we currently have the ability to have Lists of specific types, the idea would be to have Objects that conforms to specific interfaces.

For example, a new panel under Logic would expose subgroup "API Interface" where the user can add new interface rules for that API, like it happens for Structures. 

Later, when creating a platform variable/ input parameter/ output parameter we would define for Object to which interface API it conforms to.


[Ideas] [Assign Widget] Have the respective Null*() option in the possible values list in the Value field

$
0
0

When using the Assign Widget,after filling the Variable field, in the Value field is displayed a list of several possible input/local/output variables, aggregate return field/records, session variables, etc. of the same type of the filled Variable field.

My Idea is to include also the respective NullIdentifier()/NullTextIdentifier()/NullDate()/etc. option in this suggestion list.


Viewing all 1476385 articles
Browse latest View live


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