B1UP Issue with dashboard navigation
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
-
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.
-
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,
-
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.
Comentarios
3 comentarios