Yes, its Datacap data concept. we are able to post the format description to Main fields in the verify panel and the same is not happening for line items.
Original Message:
Sent: Fri September 01, 2023 02:57 AM
From: JIE ZHANG
Subject: Post validation message description to Line Item fields through EDS in datacap navigator
Hi AK,
I'd think the line item is not a CPE concept but a Datacap data concept, right? Then we don't make sure if EDS works or not. This needs Datacap product team to help on this.
Thanks,
Jie
------------------------------
JIE ZHANG
Original Message:
Sent: Fri September 01, 2023 02:17 AM
From: Iva Nakan
Subject: Post validation message description to Line Item fields through EDS in datacap navigator
Hi Nanda,
We are trying to post this format description message to line item field in the VERIFY panel of DATACAP desktop.
why should we check the symbolic name in ACCE? no. we are not filing anything to ACCE as of now.
Regards
AK
------------------------------
Iva Nakan
Original Message:
Sent: Thu August 31, 2023 12:47 PM
From: Nanda Pilaka
Subject: Post validation message description to Line Item fields through EDS in datacap navigator
hello Iva,
Is DC_Page.Details.LineItem.Price the symbolic name seen in ACCE?
Is VendorCity the symbolic name seen in ACCE?
------------------------------
Nanda Pilaka
IBM Content Navigator Support
Original Message:
Sent: Thu August 31, 2023 02:07 AM
From: Iva Nakan
Subject: Post validation message description to Line Item fields through EDS in datacap navigator
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
------------------------------