Hi community,
I would like to use GenerateGuid() to create a unquie invoice referrence by default for every transaction creation. However I add dependence successfully,
I tried to use Default Value to set GenerateGuid() but failed
I also tried to use assign the variable = GenerateGuid but also failed.
Can anyone show me what is the correct way to use GenerateGuid?
Thx
Stan
Hello,
We have a threads where solutions are available please check -
https://www.outsystems.com/forums/discussion/75962/generate-guid-client-action/
https://www.outsystems.com/forums/discussion/39302/guid-generator/
https://www.outsystems.com/forums/discussion/77529/guid-dependency/
https://www.outsystems.com/forums/discussion/26432/generateguid/
Download This Forge And It Will Have a Action That Will Generate Guid
Sample Link -https://personal-ejuytnht.outsystemscloud.com/SVGSample/GenerateGUIDSample?_ts=637924797965769197
Please check and let me know if it helps
Thanks
Tousif
Hi Tousif,
Thank you for your advice. I am new to Outsystems and tried to follow the links you suggested to me. But it seems the Reactive Utilities is the earliest way for me.
I installed but do not know how to apply on my own applicaiton. Could you also show me how to do that?
Hi Stan,
If you are looking for step by step, do the following:
Hopefully it helps.
Please Check Oml I have attached to know how its done.
It works perfectly and thank you very much on your help!
Your are trying to use a server action as function in a client action. That is not possible. See also previous reply that has a suggestion to a forge component that has this function implemented as a client action.
Hi Kuhlmann,
Thank you for your reply. Since I am new to the Outsystems, I am stll confuse for how to apply the Reactive Utilities for my own application.