Alphanumeric Code

Hi,

I have a requirement to generate a random alphanumeric code in my application.

Could you guide how to implement a function or method to achieve this? The code should be a specified length and include both uppercase letters, lowercase letters, and digits. Additionally, it would be helpful to understand how to ensure the generated code is unique within a given context.

Hi@vinnuk17205500

We have the OOTB function pxGetRandomName.We need to customize this function. Please refer to the following attachment.

Alphanumeric.docx (37.8 KB)