Subscriber portal
str webReportStr(str name)
Parameter
Description
name
tbd
{ str s; ; s = webReportStr(EPCSSSalesConfirm); print "String for web report EPCSSalesConfirm is " + s; pause; }