B1UP Issue with dashboard navigation

Ankit Daptry

When trying to double click DocNum (ArOrderNumber - Sales Order - Lookup via DocNum to DocEntry) multiple sales order opens with same number from different financial years. Is there a way to use DocEntry and open a specific sales order?

Thanks

Comentarios

3 comentarios

  • Comment author
    Geoff Booth

    Change your query to return DocEntry and DocNum ( do not alias DocNum as ArOrderNumber).

    If the Sales Order doesn't launch from the DocEntry then you will need to change your query to use the DocEntry@UF:<UF-Code> syntax as per the Boyum help file.

    0
  • Comment author
    Ankit Daptry

    Hi Geoff,

    Thanks for your response.

    I tried using both DocEntry and DocNum but it doesn't help.

    I also tried the UF approach but again I have to pass the Sales Order DocNum into UF macro function to launch sales order form which would result into multiple orders being found.

    If I am doing anything wrongly, kindly correct me.

    It would have been great if we could get a golden arrow to drill down into the document.

    Thanks,

    0
  • Comment author
    Geoff Booth

    Was your UF syntax using the following:

    OpenForm(17|PrimaryKey); -- Sales Order = Object Type 17; Primary Key should be DocEntry

    0

Iniciar sesión para dejar un comentario.