Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sab0tage

    Simphony Property financial report only shows the last 7 days

    You CAPS server is purging data older that 7 days, this is configured at the Enterprise level and if you have access you may be able to configure it depending on you version of Simphony and how it's hosted.
  2. sab0tage

    Export and Import in Simphony Cloud

    There's a whole API you can use, there is also a basic front end to it which would be at something like https://[your EMC instance].oracleindustry.com/SimphonyApp/
  3. sab0tage

    How to add a menu item with Weight and its price using C# extensibility code

    The item will need a menu item class with Option 15 set then you can use the following code which constructs it as a macro: List<OpsCommand> opsCommands = new List<OpsCommand>(); opsCommands.Add(new OpsCommand(OpsCommandType.MenuItem) { Number = 990010022 }); // Menu item object number...

Part and Inventory Search

Back
Top