User

Brian Branco

Miembro desde
Actividad total 19
Última actividad
Siguiendo 0 usuarios
Lo siguen 0 usuarios
Votos 0
Suscripciones 7

Resumen de la actividad

Última actividad de Brian Branco

  • Brian Branco creó una publicación,

    Approval Process - AP Invoice Attachments - Limited License

    Hi, Is there anything in Boyum Usability Pack that will let me see the attachments from the approval query for an AP invoice with a limited license? I don't need to open the AP Invoice screen, I ju...

    • Brian Branco
    • 1 seguidor
    • 0 comentarios
    • 0 votos
  • Brian Branco creó una publicación,

    Boyum UDF Updates

    Hi, I added a UDF to the item master data for the onhand - committed inventory for a specific warehouse.  It updates fine.Whats happening is if the value is changing, its prompting me to save the r...

    • Brian Branco
    • 2 seguidores
    • 1 comentario
    • 0 votos
  • Brian Branco hizo un comentario,

    Thanks, I got it working, the unversal function type had to be SQL Report, I had it set as Macro.  

  • Brian Branco hizo un comentario,

    I can run it from Query Manager but not from Boyum, I set a universal function and a macro and copied the query in there. The prompt appears to put in the part number, but the wording on the screen...

  • Brian Branco creó una publicación,

    Boyum Menu Query

    Hi,I have a simple query that will prompt the user to enter in a BP Catalog number and return the results.I tried to put it on a menu with a universal function as a macro, but it doesnt show the pr...

    • Brian Branco
    • 3 seguidores
    • 4 comentarios
    • 0 votos
    • Respondida
  • Brian Branco creó una publicación,

    Boyum Universal Function Report

    Hi, I am new to using Boyum to create report and I have a question. I setup a universal function to show item onhand data, I created a query and it runs fine. I am looking for assistance on how to ...

    • Brian Branco
    • 1 seguidor
    • 0 comentarios
    • 0 votos
  • Brian Branco creó una publicación,

    UFFI - Help

    Hi, I am new to Boyum, I am trying to figure out UFFI, I found this page on the site and I tried to get it to work, but its not working.https://support.boyum-it.com/hc/en-us/articles/204982377-UFFI...

    • Brian Branco
    • 1 seguidor
    • 0 comentarios
    • 0 votos
  • Brian Branco creó una publicación,

    UFFE - Select with random string

    Hi, I need to generate a random string of characters for a unique identifier in the SELECT statement.Does anyone have an idea on how this can be done?Any help would be greatly appreciated.Brian

    • Brian Branco
    • 1 seguidor
    • 0 comentarios
    • 0 votos
  • Brian Branco hizo un comentario,

    Perfect, I got it all working, thanks for your help!!!

  • Brian Branco hizo un comentario,

    So this is what I have Body Source  SELECT 'ItemCode', 'ItemName' FROM OITM WHERE 'ItemCode' = 'DocKey@' Line Source SELECT 'ItemCode', 'Onhand' FROM OITM WHERE 'ItemCode' = 'DocKey@'Body <?xml ver...