July 14, 200223 yr 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
July 15, 200223 yr 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
July 15, 200223 yr 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.
July 15, 200223 yr Author 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.
Create an account or sign in to comment