Content Management and Capture

 View Only
  • 1.  Hyperlink in the Datacap Navigator field

    Posted Tue July 18, 2023 08:11 AM

    Hello,

    I'm attempting to present a hyperlink in the datacap field so that the user can access the dynamic URL and view the page. However, when I try to do this in the datacap field, it appears as regular text and does not provide an option to click on it. Instead, I have to manually copy and paste it into a new window, which is a cumbersome workaround.

    I also tried updating the panel field with a hyperlink in the panels and attempted to click on it. This time, it navigates to a new page, but it always opens the Navigator URL instead of the URL that is used as the label.

    Even with the EDS property, it doesn't allow me to provide a hyperlink as a property in the JSON file. I would greatly appreciate your assistance if you have encountered a similar scenario.

    Thank you,

    Raghu M"



    ------------------------------
    raghu Medaraboina
    ------------------------------


  • 2.  RE: Hyperlink in the Datacap Navigator field

    Posted Wed July 19, 2023 11:39 AM

    Hi Raghu,

    Have you tried using a field level variable called Lookup created at the setup dco this create a hyperlink by design for the field. This variable is used for DB operation, but if we can make use of custom plugin that can intercept the hyperlink call and redirect the same to your dynamic URL. Identify the function that triggers when clicking the hyperlink in verify.js and may be extend the same in a custom plugin.

    I also tried updating the panel field with a hyperlink in the panels and attempted to click on it. This time, it navigates to a new page, but it always opens the Navigator URL instead of the URL that is used as the label.

    If not the above approach, then verify the URL redirect that is happening via new panel you have designed and may be try to intercept that and redirect to your custom URL.

    Regards.



    ------------------------------
    Ravi Kiran S G
    ------------------------------



  • 3.  RE: Hyperlink in the Datacap Navigator field

    Posted Wed July 19, 2023 11:52 AM

    Which panel is this?  Start batch panel or the verify panel. 
    Check the box start batch panel in your workflow task.  Most likely Nscan.

    For verify task, make sure you add your custom panel to your verify task. 

    Review the native Travel Docs or APT application. 

    There's a lookup field for rental agreement on the Car_Type 

    There's a lookup field for APT on vendor. 



    ------------------------------
    Blue Devil
    ------------------------------