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: How to Create Recurring Customer BP Invoices »

How to know if the duplicate values present in the given expression…?

Function name: uniis used to verify if there are duplicated values in a series of variable or numeric expressions, alphanumeric expressions or dates. uni returns the rank of the first value equal to a previous value from the list, that is to say: If the first and the second are identical, uni returns 2 If… Read More: How to know if the duplicate values present in the… »

How to determine if a mask variable can be entered or is displayed..?

Function varmode is used to verify if a mask variable can be entered or is displayed. The varmode function returns an integer that is: New Stuff: Disable Accounting Cancellation on Customer BP Invoice. If the variable is in enter mode, varmode returns 0. If the variable is in display mode, varmode returns 1. Syntax: varmode ( field_name… Read More: How to determine if a mask variable can be entered… »

Disable Accounting Cancellation on Customer BP Invoice

In our previous blog How to Re-Open Posted/Paid Customer Invoices in Sage X3 we saw the functionality of accounting cancellation i.e. to re-open a posted/Paid Customer BP Invoice in Sage X3 which will reverse the Accounting journal as well of the particular invoice from Journals. New Stuff: Find earliest date from range of Dates As per… Read More: Disable Accounting Cancellation on Customer BP Invoice »