by Pramod Joshi | Jul 23, 2021 | How To
We had a requirement where the input file coming from the customer was XML but it was supposed to be executed through an external application which accepted CSV file. So, in this blog post I will cover how to read data from XML and then store them to CSV file. It is...
by Pramod Joshi | Apr 1, 2021 | How To
In this blog post, I will try to cover how to find out if the post sent to Amazon is success or not. We used C# with Amazon SDK leveraging AWS. Scenario : In our earlier blog post we covered how to post available qty to Amazon using AWS. Refer to...
by Pramod Joshi | Dec 29, 2020 | How To
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...
by Pramod Joshi | Aug 20, 2020 | Power BI
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...
by Pramod Joshi | Apr 30, 2020 | NetSuite
In this blog post, I will try to cover how to handle the time entry input in NetSuite pages and if there is a need to automatically increment the time entered to the next time value. The time entry is used in various pages in NetSuite such as daily timesheet entry,...