Saltar al contenido principal

B1UP Issue with dashboard navigation

Comentarios

3 comentarios

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

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

  • Geoff Booth

    Was your UF syntax using the following:

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

Iniciar sesión para dejar un comentario.