5449
Views
6
Comments
Solved
GUID GENERATOR
Question

Hi Guys,

Does anybody know how to implement guid generator in Outsystems?

Instead of using the Long Integer(Auto Increment) Primary Key I will be using a Text Data Type Primary Key and the value of that Primary Key will be GUID Generated Code.


Any Help is appreciated.

2024-02-27 12-57-22
Sam Rijkers
Solution

You mean you are looking to generate a GUID?

If so, there is an system action that does that for you. See link to the documentation below.

https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/System_Actions#GenerateGuid


Edit: If you cannot find the system action, you may have to add it to your dependencies.

2023-03-16 18-12-52
Michael Chu

Sam Rijkers wrote:

You mean you are looking to generate a GUID?

If so, there is an system action that does that for you. See link to the documentation below.

https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/System_Actions#GenerateGuid


Edit: If you cannot find the system action, you may have to add it to your dependencies.

Thank you very much Sam.


UserImage.jpg
Anil Kumar Bingumalla

Sam Rijkers wrote:

You mean you are looking to generate a GUID?

If so, there is an system action that does that for you. See link to the documentation below.

https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/System_Actions#GenerateGuid


Edit: If you cannot find the system action, you may have to add it to your dependencies.

Hi Sam,

I am unable to find this system action, could you please add a screen print on where it find it.


Thanks in advance.

Anil


2019-03-19 12-24-07
Mariano Picco
 
MVP

Is there something to do this for Mobile as a local action? 

2024-02-27 12-57-22
Sam Rijkers

You can use JavaScript for that.

eg: https://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript

Not all solutions are perfect, so be aware which code you use.

2019-05-22 11-30-09
Marcelo Ferreira

Hi Anil,

Check this print screen. the action is on the bottom.

Regards,

Marcelo

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.