I have the attached table structure. I want to make a submission page to BilledHours table. The flow of submission should be like the following:
- user authenticates to submit billing hours;
- after authentication, based on UserID I want to auto fill the First Name and the Last Name from Users table;
- also after authentication I want to just list the ProjectsNames from Projects table, the WorkName from WorkType table;
- it would be nice to also auto fill RoleName from Roles table based on RoleID from the Users table, that will be limited by UserID, but this is not compulsory.
- then user just enters the start date and the end date, selects the project and work type, inputs the number of hours and submits;
- on submit in BilledHours we will have only the IDs like WorkID, ProjectID and UserID passed from the auto fill options.
Question is, can this be done in Caspio? I tried multiple things from Data Pages and can't find an approach that would satisfy the above.
Any help or suggestion to change this structure is appreciated, but it is possible to build this using normal SQL.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JaguaR
Hello,
I have the attached table structure. I want to make a submission page to BilledHours table. The flow of submission should be like the following:
- user authenticates to submit billing hours;
- after authentication, based on UserID I want to auto fill the First Name and the Last Name from Users table;
- also after authentication I want to just list the ProjectsNames from Projects table, the WorkName from WorkType table;
- it would be nice to also auto fill RoleName from Roles table based on RoleID from the Users table, that will be limited by UserID, but this is not compulsory.
- then user just enters the start date and the end date, selects the project and work type, inputs the number of hours and submits;
- on submit in BilledHours we will have only the IDs like WorkID, ProjectID and UserID passed from the auto fill options.
Question is, can this be done in Caspio? I tried multiple things from Data Pages and can't find an approach that would satisfy the above.
Any help or suggestion to change this structure is appreciated, but it is possible to build this using normal SQL.
Thank you!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.