I have a doubt on Obj-Browse method in activity.
Hi guys,
I am fetching the data from the table.
One property is Invoice Number I am equal to the report definition invoice number.
In report defintion value stored in this page
pgRepPgSubSectionLCInvoicingEmailDashboardBB.pxResults(1).pxPages(InvoiceCase).InvoiceNumber
In activity i create
Step1 obj-browse
PageName:INVCASE
OBJ-Class: *********
RowKey:pzInsKey
Select field is InvoiceNumber is equal to -----i need to map the table property which i mentioned above.
select field is .pzInskey is valueonly
Step2
property set param.key =INVCASE.pxResults(1).pzInskey
Step 3
Obj-Browe-by-Handel
instanceHandel = Param.key
If Invoice number is equal to table property invoicenumber that pzinskey set properly .Please how to set that table property in Obj-Browe.
Thank you