Hello All
I am creating a business rule and I need to check the following.
1] Does the incoming XML document have data in the predetermined field.
i.e it is not blank. Now I tried the ‘exists’ predicate but the tag actually exists it’s just empty – if it is empty then it needs to fire a rule.
2] In some of the fields the data has to be either an integer or a string – what predicate can I use to determine if the data is char or int?
Regards
Jman