Difference between revisions of "Pandora - Locate a UTA Invoice Entity"

From SmartWiki
Jump to: navigation, search
 
Line 3: Line 3:
 
This function is used to return a recordset of UTA Invoices.
 
This function is used to return a recordset of UTA Invoices.
  
''invoice_find(flag,callbackfunc,appid,fields,filter,order,start,end,prefix)''
+
''invoiceitem_find(flag,callbackfunc,appid,invoiceid,fields,filter,order,start,end,prefix)''
  
 
{| border="1"
 
{| border="1"

Revision as of 14:32, 12 July 2010

Function Overview

This function is used to return a recordset of UTA Invoices.

invoiceitem_find(flag,callbackfunc,appid,invoiceid,fields,filter,order,start,end,prefix)

Parameter Description
Flag
Callbackfunc
appid
level
fields
filter
order
start
end
prefix
Returns


Notes

Fields = always the driver for created record set.

Filter = ‘lastname like “y*”’

Order = ‘lastname desc’

Start = 0 to 200 default = 0

End = 200 default = 200

Blank ,’’’’,’’’,

Prefix=??