by Chandra Rao | Aug 18, 2020 | Green Energy
Most of the clients has requirement to export their supplier payments which are created in Sage X3 so that they can upload the exported payment information on their bank site for making the bulk payments to their suppliers. So to achieve this we have developed a...
by Chandra Rao | Aug 18, 2020 | Green Energy
In Sage X3, we know that users can create the PO order, PO receipt, PO return and PO invoice transactions against vendors/suppliers using purchase module. So in PO module, whenever user created the receipt from particular purchase order or returning some qty using...
by Chandra Rao | Aug 18, 2020 | Green Energy
A sales invoice is an accounting document that records a business transaction. Sales invoices provide the business with a record of the services they’ve provided to a customer. When you post an invoice or credit note, the value of...
by Chandra Rao | Aug 18, 2020 | Green Energy
We come across the scenario, where we will use POSTMAN software tool to examine the working of external API. Postman is a simple GUI for sending HTTP requests and viewing responses. REST services are available in sage x3 that returns data in a JSON format. In...
by Chandra Rao | Aug 18, 2020 | Green Energy
Sometimes, you want to delete the address of a customer or Supplier or BP which is wrong or you want to change the address or you want to delete the address for some other reason. You can follow the below steps to check if the address can be deleted. Steps: If you...
by Chandra Rao | Aug 18, 2020 | Green Energy
In Sage X3, we may come across a situation where we need to prevent printing of a report and we can achieve this using code. Steps to follow : To prevent printing of a report we need to create a specific processing script for the report and put the following...