Posted: Mon Jul 21, 2008 10:53 pm Post subject: Help in Message Set Properties
Disciple
Joined: 20 Feb 2007 Posts: 170
Hi All
My scenario is
I had an input(tds format)message in which 1 record has 10 fields.there are many records which are coming with those fields .Now i had to check for a special characters(^ and %),if this characters is present in any one of the field i had to reject all the records .
For this do i have any properties which i can set in the Message definition file .
You need to
- switch on validation in your message flow
- put a Value Constraint on the string simple type. It should be of type 'Pattern'. The pattern should be something like this :
You need to
- switch on validation in your message flow
- put a Value Constraint on the string simple type. It should be of type 'Pattern'. The pattern should be something like this :
Code:
[^%\^]*
Is it possible in MB 5.0 ,bcos i dont see the filed "include all value constraints" highlighted in validation properties.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum