In this blog post, I will try to cover how to send item quantity data to Amazon and parse the results from Amazon using AWS. We used C# with Amazon SDK leveraging AWS. Scenario: We get the list of items that had change in available qty within the last hour. The data...
In this blog post, I will try to cover how to handle the groupBy and other summary functions within PowerApps development. Scenario: The app allows the user to select various pallets from received batches. Each pallet has a pre-defined molds and associated weight. In...
In this blog post, I will try to cover how to build saved search to display bin level information by item where there could be multiple bins at same location for same item. The plan is to find out which bin (that has stock at a particular location) can be considered...
In this blog post, I will cover how to export data from a custom record and why a saved search may not be recommended. We have a custom record type named ‘Item attributes’ and it has more than 200 fields (columns). This is linked to the NetSuite ITEM record and it is...