List of Contributions

Accounts Payable

Contact Details

My Content

1 to 6 of 6 total
Posted By Accounts Payable 02-14-2024 07:39
Found In Egroup: Precisely Enterworks
\ view thread
Hi Ryan, That is strange. It should be a relatively quick load on the SQL dropdown. Feel free to reach out and we can do a quick screen share to review. Thanks, Eric GIlboe - Practice Director Amplifi Cell: 480-284-3296 Email: eric.gilboe@goamplifi.com ------------------------------ ...
Posted By Accounts Payable 02-13-2024 06:58
Found In Egroup: Precisely Enterworks
\ view thread
Hi Ryan, Try using the Custom Dropdown List Dynamic option, but use the following SQL instead: SELECT Vendor_Name as 'Code', Vendor_Name as 'Description' FROM VENDOR_STAGING For the 'Description' and 'Code' fields, feel free to use whatever attributes you would like form the Vendor repository ...
Posted By Accounts Payable 05-09-2023 16:15
Found In Egroup: Precisely Enterworks
\ view thread
Ha ha. Not quite sure why. Think it was just set up that way with Precisely for Amplifi. Either that or it's my code name when I play Fortnite with the kids. :-) Hope all is well sir! ------------------------------ Eric Gilboe Practice Director - EnterWorks eric.gilboe@goamplifi.com Atlanta | Chicago ...
Posted By Accounts Payable 05-04-2023 08:04
Found In Egroup: Precisely Enterworks
\ view thread
Hi Jon, Here is a query you can use to report on this info: SELECT Product_Id, NodeValue, Id FROM Hierarchy_Catalog_Staging WHERE Hierarchy_Name = 'MSS Product Catalog 2022' AND NodeValue NOT IN (SELECT Code FROM B_CODE_SET_DETAIL WHERE CODE_SET_ID = 14144) This query selects records in the Hierarchy ...
Posted By Accounts Payable 04-26-2023 13:33
Found In Egroup: Precisely Enterworks
\ view thread
Hi Lindsey, To handle the second issue, we created a custom JAVA class that strips any illegal characters (spaces, commas, etc.) prior to dropping the file in the DAM Drop to be processed.  We also included the feature to add the Vendor ID to the file name to avoid scenarios where Vendor A submits abc.jpg ...
Posted By Accounts Payable 02-13-2023 07:40
Found In Egroup: Precisely Enterworks
\ view thread
Hello All, Ran into an interesting use case a few months back for a customer that was worth sharing for future implementations. Use Case: Customer wanted to have an additional random ID generated for a new record in addition to the Sequenced Attribute as an ID.  EnterWorks only allows one sequenced ...