Hello Folks,
We need to display a validation description message to the each line item field through EDS. we are able to display this validation message for Main fields using below code snippet.
{
"symbolicName": "VendorCity",
"required": false,
"hidden":false,
"format": "[A-Za-z]{0,35}",
"formatDescription": "Should be Alphabetic within length of 35 charcters",
}.
but, when we try for the line items, it is not working.
{
"symbolicName": "DC_Page.Details.LineItem.Price",
"required": false,
"hidden":false,
"format": "[0-9.]{0,20}",
"formatDescription": "Should be within length of 20 charcters",
},
"symbolicName": "DC_Page.Details.LineItem.Price", is this format correct ??s this Format
Request your inputs on this.
Regards
AK
------------------------------
Iva Nakan
------------------------------