VELogon - INI settings - delete lines using Policy Profile folder
See attached for generic instructions for deleting lines from an INI file using the Policy Profile\VMFG folder in a VEScripts/VELogon environment.
Related Articles
How to turn on Roaming Profile for SmartViews
How to turn on Roaming Profile for SmartViews (Note: user must be running version 4.3.1.0 or later) Purpose: SmartViews uses local cache files to store its info. It always saved to the root directory where SmartViews is installed. Each user will have ...
Delete a Packlist with SBO
public bool Delete_Packlist(string packlist_id) { DatabaseConnection _Database; bool result = true; try { // Add DB connection specific code here. using (IDbConnection conn = _Database.Connection) { conn.Open(); SHIPPER s = new ...
Plugin Settings - Change Visual Connection
Synergy LMS Plugin – Change Visual Database Follow these steps to change your connection to another Visual database. Run the LMS Management Console (shortcut can be found on the desktop of the server where LMS is installed Log in In the left pane, ...
SmartViews - Using Report Parameters
In addition to the Filter Criteria window found in Reports and Views, Reports also have parameters that can be set up in the Report Layout Editor. One advantage to using parameters over Filter Criteria is that the parameter values can be displayed in ...
Copied Order shows original lines in SRI_TaxOrderLine
An order was copied with lines \ Order Lines removed and Tax recalculated Here No Tax and no Total which is correct But the SRI_TaxOrderLine table still has records from when the order was copied this will be resolved in the REST update to Synergy ...