Brian Branco

  • Total activity 19
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7

Activity overview

Latest activity by Brian Branco
  • Brian Branco created a post,

    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 created a post,

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

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

  • Brian Branco commented,

    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 created a post,

    Boyum Menu Query

    Answered

    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 created a post,

    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 created a post,

    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 created a post,

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

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

  • Brian Branco commented,

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