• I am trying to populate a UDF with the Gross Margin by line.

    I have created a script, and it does not seem to work. Do I put it under column validation, or some other mode. Here is the script. Retval=0 rExtcost rExtamount=0 rQtyship=0 rUnitcost=0 rLineGM=0 Set oLines = oBusObj.AsObject(oBusObj.Lines) oLines…
  • How to determine which event is firing off a script

    I am looking for the code to determine the event that fired off a script. Are there any methods to check to see if the event is post-read, pre-write, post write, pre delete, or post delete?
  • Print Purchase Order Paperless Office

    I am trying to use BOI tp print PO to paperless office and I am having hard time finding any good examples of printing to paperless. Does anyone have code for printing of any forms or reports to paperless? My goal is to email PDF copy of purchase…