I am need to script for the following
From a current form with customer id, goto report layout with the current record.
ANd generate a portal containing the product that customer purchase but only with the same purchase date.
I came up with
Set Field ["gobal date", "Purchase date"]
Go to layout{Refresh window, "Purchase Form"]
Enter Find Mode[]
Set Field["Status", "Purchase"]
New Record/Request
Set Field["Date", "Purchase date"]
Perform Find[Replace found Set]
Some how its not getting the date right, its return all the purchase with different date.
Any Clues