Which embed can I use to format text before saving to file (on Insert). I don't care if user enters improper text field data as long as I can fix before saving to file.
Example: LEFT(UPPER(p_web.GetSessionValue('FIL:ProdCode')))
I just want to save it formatted properly (no leading spaces, uppercase letters in Code, etc.)
Cheers,
Stan