I have a VBS script that runs within oSalesOrder. I would like to do a cross-check against a UDF field that resides in AR_Customer. How would I do that? I can see how to reference system fields, but I'm unsure about UDF. Is it just the same syntax? This is a production script so I didn't want to do too much fail/pass testing. sSalesforceID = "" retVal = oCust.nGetValue("UDF_SALESFORCEID$", sSalesforceID)
↧