How are variables passed to external VBScript files from Sage customizer

How does Sage 100 actually pass the selected variables from customizer to an external VBscript file when a custom button is clicked?  Are environmental variables set or some other method?

  • 0

    I can only give a functional answer (not technical).

    For buttons set to run on the Server, you have access to business objects (...oBusObj.GetValue...).

    For buttons set to run on the Client, you have to pass the variables through these settings (since Client scripts don't have access to business objects).

    For Sage 100 Standard (no service), there is no difference.  Both will work.