Ir al contenido principal

Entradas

Mostrando entradas de octubre, 2021

How to display Wait Message in Sage X3 ERP

  Origen fuente: https://www.greytrix.com/blogs/sagex3/2011/12/20/how-to-display-wait-message-in-sage-erp-x3/ By  Greytrix   |   December 20, 2011 0 Comment Whenever we are executing any process in Sage X3, it becomes difficult for the user to understand the progress state, if the execution time lasts longer than usual. In such a case it is necessary that the user has an idea/ understanding of whether  the process is still ongoing or is completed. The status update information of a task is possible through either using progress bar or receiving wait messages, which will symbolize that the process is still in progress. Sage X3 provides a simple code which calls the wait messages easily. To display a wait message (Tempon) either assign a personalized text in the variable TIT, or choose a standard text by assigning a letter in the variable TIT. The default text is “Operation in Progress…”. Below is a list of common texts preceded by their code. V  validation in process … F  verification i

How to Know Number of Fields Defined in a Screen?

  Fuente original: https://components365.rssing.com/chan-11443643/all_p21.html#c11443643a402?zx=813 July 28, 2016, 2:15 am :  Search RSSing for similar articles...  Next    How to Restrict the Users to Access Multiple Banks?  Previous    Get Year in a Date for Sage X3 version 7 In Sage X3, if you come across a scenario where you want to know count of fields defined in a particular screen, Sage X3 provides an inbuilt function to know number of fields defined within a particular screen. You can use this function if and only if the screen is open. Syntax: masknbf(<class|num_exp>) Where, class  – description of a screen num_exp  – numeric expression that describes a screen Refer the below screenshot for better understanding.