List of Contributions

Joshua Swett

Contact Details

My Content

1 to 19 of 19 total
Posted By Joshua Swett 05-03-2023 15:49
Found In Egroup: Precisely Enterworks
\ view thread
Hi Jon, We've found that hierarchy node details are actually stored as code sets in the database tables and will query those on occasion. So you can use the Hierarchy Name to search the table B_CODE_SET and join the CODE_SET_ID to the B_CODE_SET_DETAIL table. Each node in the hierarchy is stored in ...
Posted By Joshua Swett 03-24-2023 10:16
Found In Egroup: Precisely Enterworks
\ view thread
Thanks Brian, I went ahead and tried out some of the API's, but unfortunately I get some messages back from the new API endpoints saying "No Token or Cookie for Reauth". I took a look through the ESMS source and it seems that our problem now is coming from the assumption that authentication is done ...
Posted By Joshua Swett 03-23-2023 10:06
Found In Egroup: Precisely Enterworks
\ view thread
Hey Brian, Good news & bad news. The good is that by changing the enable2020.serverName property to our server hosting RabbitMQ, I was able to finally get a valid connection established. The bad is that I am still getting the same error about unable to load the wrapper.dll file when I ...
Posted By Joshua Swett 03-23-2023 10:05
Found In Library: Precisely Enterworks
Posted By Joshua Swett 03-16-2023 09:10
Found In Egroup: Precisely Enterworks
\ view thread
Hey Brian, Thanks for the clarification. Unfortunately, I'm still getting the same errors in the ESMS log file upon starting the service. I'm wondering if you can just verify this is all correct? We have a distributed environment, EPX and Tomcat are installed on server1 and our web server service ...
Posted By Joshua Swett 03-14-2023 10:09
Found In Egroup: Precisely Enterworks
\ view thread
Hi Brian, Thanks for the updated .zip! I skimmed through the EnterWorks_Services_Micro_Service_Example.docx and it looked like the most notable config change was related to additional Enterworks.properties properties for esms.userName and esms.userPassword. It says the values for those should be the ...
Posted By Joshua Swett 03-13-2023 16:15
Found In Egroup: Precisely Enterworks
\ view thread
Has anyone successfully installed and deployed the Enterworks Services Micro Services layer in their environment? I'm following along in brown bag sessions 020, 108, 117, & 125. I've gone through all the steps to configure, install, and deploy, but when I start up the enable-esms-service, I get some ...
Posted By Joshua Swett 03-13-2023 16:14
Found In Library: Precisely Enterworks
Posted By Joshua Swett 05-20-2022 11:28
Found In Egroup: Precisely Enterworks
\ view thread
Hi Ruthy, What is the "Clone" function in EW? We've not heard of that and I couldn't seem to find anything about it. Just curious if that's a more 'standard' way to achieve the same results. Thanks! Josh ------------------------------ Joshua Swett | Sr Applications Engineer Steelcase, Inc ...
Posted By Joshua Swett 05-19-2022 10:03
Found In Egroup: Precisely Enterworks
\ view thread
Hi Ruthy, We do something similar via a workflow. Our example is copying a "Catalog" record with linked "Item" records. The "Item" records also have linked "DAM Link" and "Item SKU" records. As shown below: When a user wants to make a copy of the catalog, they will start the Copy Catalog workflow ...
Posted By Joshua Swett 03-11-2022 08:03
Found In Egroup: Precisely Enterworks
\ view thread
Nice tip! We are trying to upgrade to 10.4.3 and have lots of linked repos as well. So we will very likely do the same. I appreciate you sharing your learnings! -Josh ------------------------------ Joshua Swett | Sr Applications Engineer Steelcase, Inc | 2696251984 ------------------------ ...
Posted By Joshua Swett 02-16-2022 11:49
Found In Egroup: Precisely Enterworks
\ view thread
Hi Sidd, If your users are ok with seeing all the descriptions in a single attribute, you could basically substitute the node names with the node descriptions (by querying the code set tables) and store that result in a second attribute that's set for display-only.  This is an example you might try ...
Posted By Joshua Swett 01-10-2022 16:19
Found In Egroup: Precisely Enterworks
\ view thread
I actually found a great Brown-Bag Session (#88) on the Winshuttle E-Learning site.  Lots of good options for deleting related production records there! ------------------------------ Joshua Swett | Sr Applications Engineer Steelcase, Inc | 2696251984 ------------------------------
Posted By Joshua Swett 01-10-2022 10:19
Found In Egroup: Precisely Enterworks
\ view thread
I'm just wondering how others handle deletes made in Staging/Promotion configured repositories?  Especially in the context of a Package Promotion set of repositories. In our example we have Package Promotion configured for a Product, SKUs, and Parcels, along with some various other supporting repos ...
Posted By Joshua Swett 01-26-2021 09:09
Found In Egroup: Precisely Enterworks
\ view thread
Hi Jonathan, Thanks for the response! This is kind of along the lines of one of the potential ways to represent the indented list of bundles that we were also thinking about.  Where we'd have a list of actual SKUs above a SQL generated field that shows the child bundles and their indented hierarchy.  ...
Posted By Joshua Swett 01-20-2021 11:43
Found In Egroup: Precisely Enterworks
\ view thread
Does anyone know of a way to display a hierarchical child relationship on a parent record? An example might be a bundle of SKUs under a Product.  If a SKU under a Product has a relationship to "child" SKUs, can that relationship be displayed on the Product record?  So the Product has a child SKU and ...
Posted By Joshua Swett 12-16-2020 12:56
Found In Egroup: Precisely Enterworks
\ view thread
Thanks for the thoughts!  We actually had a similar idea at one point, and so I will follow your thread to see where you end up going with it. ------------------------------ Joshua Swett | Applications Engineer Steelcase, Inc | 2696251984 ------------------------------
Posted By Joshua Swett 12-01-2020 12:59
Found In Egroup: Precisely Enterworks
\ view thread
Hi Everyone, I'm wondering if anyone has had any experience with getting data from other systems' APIs from within Enable? For our scenario, in Enable, we have defined SKUs that are variants of a configurable product.  We also have a pricing engine that has APIs which can accept a configurable ...