59
Views
2
Comments
Solved
Name Split Logic
Question

I need to write a logic to split a name(FULL NAME) as FirstName, middle name and last name with a minimum of 3 chars for first name and last name and a max length of 26 chars , kindly help with some Idea or a sample oml to implement the logic


2022-05-19 14-01-44
Varada Rajan
Solution

Hello Srinivas,

The logic which you mentioned needs to be implemented using a few inbuilt functions and some string split external components.

Anyways as I had an application with similar logic ,sharing the oml with logic in it, Modified to your requirements

NameSplit.oml
2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

There are already older discussions about the same question, maybe they are of help for you.
https://www.outsystems.com/forums/discussion/55453/name-split/

2022-05-19 14-01-44
Varada Rajan
Solution

Hello Srinivas,

The logic which you mentioned needs to be implemented using a few inbuilt functions and some string split external components.

Anyways as I had an application with similar logic ,sharing the oml with logic in it, Modified to your requirements

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