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

input fields, dropdown fields, new record in portals


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

Recommended Posts

Posted

In my database there are 2 tables: 1 named "Project" with "project id" and "project name", and the another table for "Statement", related by "project id" field

 

I need to have portals like this example image: To have input fields that i can type any information, input dropdown fields, and a button to add new records to the portal. http://1.bp.blogspot.com/-8N4sZht1XQc/UhTmArnkkUI/AAAAAAAAAJM/msslQlA6oZM/s1600/portal-dropdown.bmp

 

I dont own the Data base from the image, not sure if the fields shown in the portal are from only one or many related tables, buy I just wanna know how to do it (input fields and dropdown) to try it on my database.

 

 

Posted

Working with related tables and files

Defining a value list for data entry

 

To add portal records using a button, you would typically turn OFF allow creation in the relationship. Your button would use a script such as:

Set Variable( $parentID ; ID )
Go to Layout( child )
New Record
Set Field( parentID ; $parentID )
Go to Layout( original )

This topic is 4114 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.