DEV Community

hediyeh kianmehr
hediyeh kianmehr

Posted on

Uppercase Converter

Uppercase Converter

Uppercase Converter

Uppercase Converter

  1. Uppercase Converter
  • Goal: Convert any string to uppercase.
  • Inside Subflow:
msg.payload=String(msg.payload).toUpperCase();
return msg;
Enter fullscreen mode Exit fullscreen mode

Overview
This guide describes the technical steps to onboard a new user into Irancell IAM.
Onboarding ensures that the user’s identity, roles, and entitlements are created and synchronized across Irancell IAM and connected systems (e.g., Active Directory, LDAP, HRMS, or application databases).

Top comments (0)