You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

PIM - Detect Non-Alphanumeric characters in Item Number via Item Rules

edited Jun 18, 2019 1:49PM in Product Master Data Management 1 comment

Summary

PIM - Detect Non-Alphanumeric characters in Item Number via Item Rules

Content

Hi Team,

 

I am trying to work on an item rule which can validate the presence of non-alphanumeric characters in the item numbers.

I have tried the below syntax but it is failing to detect the special characters and not triggering the item rule.

Request for pointers.

 

If Expression: False

Validation Condition: match("A-Z0-9"; [Item].[Item Basic].[Item])

 

If Expression: True

Validation Condition: !contains("A-Z0-9"; [Item].[Item Basic].[Item])

 

If Expression: True

Validation Condition: !match("A-Z0-9"; [Item].[Item Basic].[Item])

Version

R13 19B
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!