• URL Encoding a variable in a script

    Hello, I have a user-defined script that calls an API. The URL could have an variable that contains a slash ("/"). Of course, this causes a problem in a URL because it is interpreted as a path. The way to handle this is to encore the string before appending…
  • Auto pop up UDFs after selection

    Hello, In Sage 100, I've added a UDT with a list of items, and a UDF onto Sales Order Header which enables user to select an item from the UDT. After selection, I also want to pop up other fields (also UDF) based on the selected item. Basically, pop…