Rule Association Name | Rule Specification Name | Applied Field | Description |
---|---|---|---|
GLN Checkdigit | GLN Checkdigit | Manufacturer GLN | Validates whether the GLN number provided is valid or not. This rule uses check digit logic internally. |
GTIN Checkdigit | GTIN Checkdigit | GTIN | Validates whether the GLN number provided is valid or not. This rule uses check digit logic internally. |
AllDayend Check | AllDayend Check |
| Validates whether the applied field values are set to null when the All Day field is set to True. It internally uses the Endtime Rule to validate the applied fields. |
AllDaystart Check | AllDaystartCheck |
| Validates whether the applied field values are set to null when the All Day field is set to True. It internally uses the Starttime Rule to validate the applied fields. |
Endtime Rule | Endtime Rule |
| Validates whether the applied field values are null. |
Latitude Check | Latitude Check | Postal Address.Latitude | Validates whether the latitude value is in between -90 and +90. |
Longitude Check | Longitude Check | Postal Address.Longitude | Validates whether the longitude value is between -180 and +180. |
PostalCode Check | PostalCode Check | Postal Address.Postal Code | Validates whether the applied field value is equal to five when the Postal Code field isn't null. It internally uses the PostalCode Rule to validate the applied field. |
PostalCode Rule | PostalCode Rule | Postal Address.Postal Code | Validates whether the length of the field value is equal to five. |
Starttime Rule | Starttime Rule |
| Validates whether the applied field values are null. |
State Check | State Check | Postal Address.State | Validates whether the applied field value is equal to USA when the State field isn't null. It internally uses the State Rule to validate the applied field. |
State Rule | State Rule | Postal Address.State | Validates whether the value is equal to USA. |
URL Check | URL Rule | URL | Validates whether the value has a valid URL format. |