Hello All,
I trying a Function to Validate a Field data before passing it to the Process.
Validation Details Example;
Field1 = Validation [Max 20 Characters Per Line x 1 Line]
Field2 = Validation [Max 15 Characters Per Line x 3 Lines]
Requirement Details:
StringExample : Validation [Max 20 Characters Per Line x 5 Lines]
StringExample = "UNITED KINGDOM PUMPING SOLUTIONS MANUFACTURING AND ENGINEERING SERVICING COMPANY LIMITED, LONDON"
It should return me the spitted data in a string with vbCr at each line break as output string
Thanking you in advance for your Inputs,
Sam
I trying a Function to Validate a Field data before passing it to the Process.
Validation Details Example;
Field1 = Validation [Max 20 Characters Per Line x 1 Line]
Field2 = Validation [Max 15 Characters Per Line x 3 Lines]
Requirement Details:
StringExample : Validation [Max 20 Characters Per Line x 5 Lines]
StringExample = "UNITED KINGDOM PUMPING SOLUTIONS MANUFACTURING AND ENGINEERING SERVICING COMPANY LIMITED, LONDON"
It should return me the spitted data in a string with vbCr at each line break as output string
Thanking you in advance for your Inputs,
Sam