• Customizer - How to Preview Crystal Report

    I am able to generate a custom report to printer via Button Click using the following code dim CRApp dim Rept dim RptFile RptFile = "<ReportPath>" Set CRApp = CreateObject("CrystalRunTime.Application") Set Rept = CRApp.OpenReport(RptFile) With…
  • Picking list by company

    I need a separate picking list form for each company. Where is this setup? I cannot find the picking list in business forms in Common Info.
  • Adding new Document Type for Doc Transmittal

    Hello, Using customizer, we are able to add a new document type for document transmittal into the 'other contacts' window (from maintain customers). We have created a custom table to store the value and can join back to tcicontact through the cntctkey…
  • Explanation of differences between MaterReqPer and MatReqPc?

    FormerMember
    FormerMember
    We use Sage and write software that integrates our book information system with Sage for inventory and finance functionality. The information in Sage about Mat Req Pc is clear, but I can't seem to find information about MaterReqPer and how it relates…
  • How to add What's This? help to a custom field?

    I am missing the link (secret handshake) somewhere and would appreciate someone pointing me to the right direction. My goal is to enable What's This? right-click context-sensitive help for a new screen that I am building with the Sage 500 framework…
  • Maintain Items custom fields disappearing

    Today as well as last Friday, my company reported all our custom-designed and added fields on the Maintain Items screen disappeared. On Friday, I readded them based on a snapshot from a previous DB version... this morning, they were all gone again. …
  • How to disable toolbar button and load another item on item maintenance form

    I have a customization project to create a customized item copy function on Inventory Item Maintenance form. A custom command button is added to the form. When user clicks the button, it fires stored procedure I created to copy the current item with a…
  • Is there a way to access the db connection(for temp tables) that Sage uses in vbscript?

    On the customization of the SO form, can we access the db connection that Sage is on for updating the temp tables, which otherwise are not accessible from another connection.
  • Need additional files created during check printing process

    We would like to create a process within Sage that will allow us to create a secondary run of the Check Printing process. The result of running the process is to create PDF files of each check, and at the same time, generate a file containing the data…
  • Looking for way to restrict labor progress entry to certain users.

    I'm looking for a method to restrict labor progress entries to certain users, user groups, ect... Possibly a vb script through customizer?
  • Error calling DLL code from VBScript

    Back again with a specific bug... I have customized the Save Event in the frmBatch object in the Process Receipt of Good form: Sub Form_Save(oDM, bSave) Dim objApp, result Set objApp = CreateObject("LMNO.PrintNewLabel.FormSave") result = objApp.PrintBatchLabels…
  • Troy Printer Signature in Crystal Reports

    Has anyone out there been successful getting a signature to print using Troy Group's signature chip? With the Altec solution, the signature required the use of a text field ~&f131Y~&f3X that would trigger the printing of the signature from the chip…
  • Conditional Script?

    I have a script that populates the Commission Plan on the Invoice detail line from what is selected on the header. The script is quite simple: Form.Controls("cboCommPlanDtl").text = Form.Controls("cboCommPlan").text and works perfectly as long as…
  • Use vbscript to pass the number of copies to print as a variable when printing Crystal labels

    In Customizer, am scripting to allow user to click a button to print package labels at PO receiving. Works fine except I want the user to be able to specify the number of copies to print for each label (have that part done) and then pass that info to…
  • Enter Sales Orders and Quotes / Customizer

    Hello! A textbox has been added to Maintain Customer so that we can add custom notes. We would like to have these notes displayed in the Enter SO and QO task when the customer is selected. I added a textbox and did a databind on custkey between my…
  • where can i fine the file layout overview for sage erp 500

    I'm trying to write some report, and i need to know where i can find information about the tables, would like to know about the list of tables.
  • Reports - Tracking

    I'm new with Sage 500 ERP and I am trying to implement some reports to monitor for tracking purposes. The main report I'd like to use is one that has some type of list of all the batches created in one day that I can pull on a daily basis. Is there a…
  • How to implement Dashboards

    I'm new and would like to implement so i can learn, business insights dashboards. sage 500 7.40.8.0