Sage X3 version 7 has a new Keyword/ function “LogicClose” which closes the open table/file faster than the close instruction of Sage ERP X3 which we used earlier in programming.
LogicClose: This function closes a table logically. It releases the [F] buffer and any filters in a way that makes a further Local File execution much faster than if the table were closed by the Close instruction.
Syntax:
Below syntax closes all the tables opened at the current level of Call nesting
LogicClose File
Below syntax closes a given table identified by its abbreviation
LogicClose File [abbreviation]
Below syntax closes a list of tables identified by their abbreviation
LogicClose File [abbreviation], [abbreviation]
In the example below I am closing all the file which is opened in the code.
Hope this helps
About Us:
Greytrix is one stop solution provider for Sage ERP and Sage CRM needs. We provide complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.
Greytrix have some unique solutions of Sage X3’s integration with Sage CRM, Salesforce.com and Magento eCommerce. It also offers best-in-class Sage X3 customization and development services to Sage business partners, end users, and Sage PSG worldwide.
For more information on Sage X3 Integration and Services, please contact us at x3@greytrix.com . We will be glad to assist you.
Related post: