Content Management and Capture

 View Only
  • 1.  Post validation message description to Line Item fields through EDS in datacap navigator

    Posted Thu August 31, 2023 02:07 AM

    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
    ------------------------------


  • 2.  RE: Post validation message description to Line Item fields through EDS in datacap navigator

    Posted Thu August 31, 2023 12:47 PM

    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
    ------------------------------



  • 3.  RE: Post validation message description to Line Item fields through EDS in datacap navigator

    Posted Fri September 01, 2023 02:18 AM

    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
    ------------------------------



  • 4.  RE: Post validation message description to Line Item fields through EDS in datacap navigator

    Posted Fri September 01, 2023 02:58 AM

    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
    ------------------------------



  • 5.  RE: Post validation message description to Line Item fields through EDS in datacap navigator

    Posted Fri September 01, 2023 03:12 AM

    Hi Jie,

    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.

    Thanks, 

    AK



    ------------------------------
    Iva Nakan
    ------------------------------