Category Archives: Sage ERP X3

How to Create Recurring Customer BP Invoices

Recently we came across a scenario where the client wished to recreate customer BP invoices every month or week or daily again and again. When we checked in X3 it provided us with a simple solution to this. Navigate through: A/P-A/R accounting>Invoicing>Recurring customer invoices Add the customer invoice in invoice number filed and select the… Read More »

Sleep Command Feature in 4GL

Sleep is used to interrupt the execution of a process during a given time. The Sleep instruction is used to create pauses in a process. After a Sleep, the process pauses for a duration equal to the number of seconds given in the parameter, then continues normally. New Stuff: How to get SQL server user… Read More »