Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7702 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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 confused.gif

Posted

Hi -

Try changing your Set Field date inside your find to that of the Global Date instead of the Purchase date. Remember you are in a find mode, so the field is empty. I assume that is why you are using a global date field.

HTH

Posted

Sorry I made a typo mistake, it should have been gobal date instead of purchase date.

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", "gobal date"]

Perform Find[Replace found Set]

I have a portal using a relationship from a

calculation field thats made up of

customer id & purchase date

This topic is 7702 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.