• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
  • X
  • Facebook
  • YouTube
  • LinkedIn
Support
Screen Connect
Pay Online
SWK logo.

SWK Technologies

Software Solutions & Services

  • Accounting & ERP Software
      • Acumatica Cloud ERP
        • Overview
        • Construction
        • Distribution
        • Field Service
        • Financial Management
        • Manufacturing
        • Professional Services
        • Project Accounting
        • Retail-Commerce
      • Sage Intacct
        • Overview
        • Construction and Real Estate (CRE)
        • Distribution Operations for Sage Intacct
        • Financial Services
        • Healthcare
        • Manufacturing Operations for Sage Intacct
        • Nonprofits
        • Professional Services
        • Sage Intacct Payroll powered by ADP
      • Sage 100
        • Overview
        • Business Intelligence
        • Core Accounting & Financials
        • Distribution
        • Manufacturing
        • Payroll
        • Sage 100 Contractor
      • More Accounting Products
        • QuickBooks
        • Sage 50
        • Sage 300
        • Sage 500
        • Sage BusinessWorks
      • ERP Add-ons
        • ADP Workforce Now
        • Altec
        • Avalara
        • AvidXchange
        • BigCommerce
        • CIMCloud
        • Cloud Hosting
        • DataSelf
        • Fortis
        • FreightPOP
        • Microsoft 365
        • Netstock
        • Ottimate
        • Sage Fixed Assets
        • Sage HRMS
        • Sage Intacct Payroll powered by ADP
        • Savant WMS
        • Scanco
        • ScanForce
        • Solver
        • SPS Commerce
        • Velixo
        • Workforce Go!
      • More ERP Add-ons
        • Bizinsight
        • Concur
        • Crystal Reports
        • Fraxion
        • Fusion RMS
        • FYISoft
        • JobOps
        • KnowledgeSync
        • Lockstep Collect
        • Nectari
        • Pacejet
        • Planning Maestro
        • Sage CRM
        • Sage Intelligence
        • Scissortail HCM
        • Service Pro
        • ShipStation
        • Shopify
        • Starship
        • Sugar CRM
        • Time & Billing Pro
        • Timekeeper
        • True Sky
      • Industries
        • Construction
        • Distribution
        • Financial Services
        • Healthcare
        • Manufacturing
        • Nonprofit
        • Professional Services
        • Retail
  • Managed Cloud Services
      • Managed Services
        • IT Support
        • Cloud Hosting
        • Infrastructure-as-a-Service
        • Managed Cloud Services
        • vCIO
        • Acumatica Infrastructure
      • IT Solutions
        • Backup & Continuity
        • Cybersecurity
        • Email Hosting
        • Microsoft 365 Services
        • Virtualization
  • Consulting & Implementation
    • Business Technology Consulting
    • eCommerce
    • Financing
    • Human Capital Management
    • Managed Cloud & IT Services
    • Partner Program
    • Software Development
    • Software Implementation
  • Resources
    • Help Desk
    • Blog Posts
    • Payments Portal
    • Webinars
    • YouTube Channels
    • Acumatica Resources
    • Sage Intacct Resources
    • Sage 100 Resources
    • IT Resource Pages
  • About
    • About SWK
    • Awards & Recognition
    • Life@SWK
    • Careers
    • Success Stories
    • SWK Gives
  • Contact
    • Contact Us
    • Support
    • Our Locations

Your In-Depth Walkthrough: Sage 100 Scripting and Customizer

October 20, 2022 by Brian Dunn

Home » Blog » Your In-Depth Walkthrough: Sage 100 Scripting and Customizer

Sage 100 Scripting

Building Custom Scripting for Sage 100 with User-Defined Fields in Customizer

 

Custom Office for Sage 100 includes Customizer, which empowers you to create your own user-defined fields and tables for your Sage system. By combining the power of Customizer with some basic scripting knowledge, you can automate your Sage ERP for a better, faster, more streamlined experience.

This in-depth webinar provides the walkthrough you need to understand how Customizer and Sage 100 scripting capabilities work together. It also shows you how you can use them to your advantage. Watch the webinar now.

Skip to the Sections that Matter to You!

This one-hour webinar covers a lot of ground and provides a wide range of very specific examples of user-defined field and scripting options. If you are looking for precise information, please use this summary to skip forward to the parts that interest you.

Timestamp information is located to the right of each item. Please select that time when you are watching the video.

Customizer for Sage 100 and How to Use It

Customizer is located within the Sage 100 Custom Office module and lets you add new, custom fields into your Sage solution and flow them across integrated modules. Your user-defined fields perform like default fields in Sage – you can even look them up using the magnifying glass.

  • Overview of Customizer (3:48)
  • Finding user-defined fields with User Defined Fields and Table Maintenance (4:39)
  • Tip: Ideas for field and validation options (5:10)
  • Introduction to user-defined tables (6:20)
  • How to flow user-defined field data across Sage 100 (7:17)
  • Tip: 2 reasons why joining tables is a bad idea (8:10)
  • The best way to get information into Sage 100 (8:33)
  • Example of how to create a user-defined field (8:47)
  • Tip: What is a Business Object and why does it matter? (9:35)
  • Tip: The faster way to find your user-defined fields (10:34)
  • Tip: Using multiple data sources (12:03)
  • How to use user-defined fields to fill in headers (13:23)
  • How to edit existing system fields with Customizer (13:57)
  • How to create a user-defined table (16:59)
  • How to place user-defined tables in the menu (17:53)

Sage 100 Scripting and How to Use It

When you need additional functionality in your Sage 100 solution, you can choose to modify your system with custom programming or scripting. Sage 100 custom programming changes your ERP’s behavior and delivers a seamless look and feel, but it can be tricky to modify in the future with another developer. Scripts also change your ERP’s behavior but, because they are more visible, they are easier for other developers to update in the future.

Depending on your internal team’s skill level with VBScript, you can probably create or modify many of your own scripts. That makes this section extremely important to watch again and again.

  • Top differences between scripting and custom programming (18:47)
  • Pros and cons of custom programming (19:15)
  • Pros and cons of Sage 100 scripting (20:30)
  • Examples of Button scripts (22:03)
  • Examples of Event Trigger scripts (23:55)
  • Examples of Business Object Interface scripts (28:37)
  • Pros and cons of VBScript – the programming language (30:01)
  • Tip: How to find what you need in Sage to craft your script (32:39)
  • Tip: What are “svc” and “bus” designations, and when to use each one (33:30)
  • How to implement a script (35:00)
  • Tip: Options for script actions (36:05)
  • Walkthrough on script structuring (36:41)
  • Tip: This great idea makes it easy to deactivate script logic (37:39)
  • Tip: Opening Sage scripts as txt files for better syntax visibility (39:08)
  • How to use “retVal” (42:23)
  • How to hook a script to an event (46:37)
  • Events available for use with scripts (47:31)
  • Tip: Do this after recompiling after making a script change! (50:43)
  • See the script automation in action (52:53)
  • Additional script ideas (53:42)
  • Tip: Always do this with your scripts (1:01:51)

Extend Your Learning

This in-depth walkthrough of how you can implement Sage 100 scripting with Customizer’s user-defined fields was only one of the many free, in-depth webinars from SWK Technologies. We want to help you achieve more with your technology.

If you liked this video and you want to watch more in-depth webinars that will help you use your business tech to drive success, please check out our upcoming events and webinars.

In the meantime, please bookmark this webinar link so you can return to the information whenever you need it.

 

 

Get Fast Answers

Anytime you have questions about your business technology options, all you have to do is reach out to our team of seasoned experts here at SWK Technologies.

Contact SWK today to get your questions answered or fill out the form below.

Learn More About Sage 100 Scripting and Customizer


Category: Blog, Sage 100, Tips and TricksTag: Custom Office, Sage 100, Sage 100 ERP, sage 100c, sage 100cloud

Sidebar

Recent Posts

  • How a Recreational Play Structure Builder Laid the Groundwork for Their Lasting Growth
  • Why Financial Services Firms Need Phishing Defense
  • Acumatica General Ledger Training – Key Tips & Tricks
  • Sage Intacct vs. Sage 500: Best ERP for CFOs and Financial Leaders
  • What is the Relationship Between Cybersecurity and Cyber Insurance? 
  • Guide for Sage Intacct Credit Card Management
  • Minimize Tariff Impacts on Your Technology Costs in the Cloud

Categories

Ready to take the next step?

Contact SWK today to get in touch with one of our experts. We’ll go over your business challenges and unique needs, and see where you can unlock new value from your technology and make your operations run easier.

Get in touch!

Our Latest Posts

Recreational Play Structure

How a Recreational Play Structure Builder Laid the Groundwork for Their Lasting Growth

Read moreHow a Recreational Play Structure Builder Laid the Groundwork for Their Lasting Growth
Hands holding an open silver padlock over a laptop keyboard, symbolizing cybersecurity vulnerabilities that phishing attacks exploit in financial services firms

Why Financial Services Firms Need Phishing Defense

Read moreWhy Financial Services Firms Need Phishing Defense
Black laptop displaying Acumatica General Ledger journal transactions screen on a desk with coffee mug and notepad, showcasing the financial management interface on a computer in an office setting.

Acumatica General Ledger Training – Key Tips & Tricks

Read moreAcumatica General Ledger Training – Key Tips & Tricks

Awards and Accreditations

Top work places in NJ 2020.
Acumatica the Cloud ERP gold certified partner.
The Gold Microsoft partner logo on a black background.
Sage business partner diamond logo.
Dell Technologies Gold Partner
Sage tech partner logo.

Stay in the know!

Subscribe for exclusive ERP, process automation, IT and cybersecurity news.

Twitter
  • Facebook
  • YouTube
  • LinkedIn

Home
About
Contact

Support
Screen Connect
Pay Online
Downloads

SWK logo.

Headquarters:
120 Eagle Rock Ave, Suite 330
East Hanover, NJ 07936

Contact:
info@swktech.com
(877) 979-5462

Copyright © 2025 · SWK Technologies, Inc. · All Rights Reserved · Terms of Use · Privacy Policy

This site uses cookies to collect information about your browsing activities in order to provide you with more relevant content and promotional materials, and help us understand your interests and enhance the site. By continuing to browse this site you agree to the use of cookies. Visit our privacy policy to learn more.I understand