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
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
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/