Therber Posted July 14, 2002 Posted July 14, 2002 When using a portal to create new records, is it possible to include other fields outside the portal (but in the same record as the portal), in every newly created record? Thanks
LiveOak Posted July 15, 2002 Posted July 15, 2002 If I understand your question correctly, you are asking if while in a particular portal row, you can set fields on the same related record, but not shown in the portal row. The answer is yes, using the Set Field() script step. The usual visibility requirements exist for Insert and Copy and Paste. When creating related records, I have a preference for using an external script in the related file, rather than depending upon a local script that uses "Go to Portal Row" and "Go to Field". -bd
danjacoby Posted July 15, 2002 Posted July 15, 2002 Additionally, calculation and auto-calc fields in the related file will fill in, provided the needed data is supplied, even if those fields are not included in the portal.
Therber Posted July 15, 2002 Author Posted July 15, 2002 I am attempting to create a database to track purchase orders, so I need to have the purchase order number as well as some other information appear on each record I create with the portal. Each record will be an individual item being purchased.
Recommended Posts
This topic is 8168 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 accountSign in
Already have an account? Sign in here.
Sign In Now