Ir al contenido principal

Entradas

Mostrando entradas de junio, 2022

HOW TO CLOSE SALES ORDER THROUGH CODE

  FUENTE ORIGEN: https://www.greytrix.com/blogs/sagex3/2020/04/15/how-to-close-sales-order-through-code/ By  Greytrix   |   April 15, 2020 0 Comment Sometime we may come under a situation where we have to close the sales order through code. Keyword DIVSOHCLE is used to close the sales order record. For example: Below is a sales order which we have to close through our code.            Fig1:  Sales order record Use the keyword as below: Fig2: Keyword Pass the sales order number as the parameter and run the code. Check the sales order code once the code is process, you will find the sales order get closed completely and we won’t be able modify the record. Fig3: Closed order As DIVSOHCLE is used to close the sales order completely DIVSOQCLE is used to close the particular lines of sales order. Hence, with the help of above keyword we can manage ho to close the sales order I.e completely or partly.

Closing Sales Order Lines Using 4GL Code in Sage X3 (V11)

  Fuente origen: https://pannimanagement.com/blog/closing-sales-order-lines-using-4gl-code-in-sage-enterprise-management-formerly-sage-x3-v11/ Thanks to Panni Techdesk If we want to close the sales order lines using 4GL code in SEM (Sage X3). Following syntax is used to call the subprogram to close the Sales order lines. Syntax : Call DIVCLESOQ (WSOHNUM, WSOPLIN, WSOQSEQ, WCCLREN) from TRTVENCDE WSOHNUM: It is a character variable which contains Sales order number WSOPLIN : It is Integer value which indicates Sales order Line number WSOQSEQ : It Contains an integer value. This indicates sequence number   WCCLREN : It Contains an character value. Which is reason for Closing   By calling above subprogram we can close the Sales order lines. (Note: There is always a transaction in Progress when we use this sub-program) Example : Create a sales order before execution of the code Closed Sales order is shown below. After Execution of code the order line will be closed based on the criteria as

How do you Update the Search Indexes?

  Fuente original:  Sage City - Chris Hann  https://www.sagecity.com/us/sage_erp_x3/b/sageerp_x3_product_support_blog/posts/how-do-you-update-the-search-indexes Hey, Hey Readers, Today we are going to cover how to update search indexes in Sage X3. Search index is one of those things no one really looks into much. It controls the search bar and its criteria on the top right of the screen. This search bar can be used to look up just about anything in the system, as long as the index is up to date. The index is controlled by the Elasticsearch component install (in v12 its just a separate download) and in conjunction with the Syracuse the data index gets its initial population. Every now and then someone will update it but only when absolutely necessary so it’s rare for us to see issues with it. You can also set it on a reoccurring update with the automated scheduler if you never want to worry about it. So, some reasons you would want to do this? Or care to? If you use the search box to, w