Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
When you click this button where are you sitting and what type of record are you trying to create.
IvanWeiss
6 years agoQrew Captain
I am sitting on the Opportunities table. I have a series of buttons that all automatically create tasks (some stacked and some not) based on the request. In this first example we are requesting a Design Proposal for the opportunity. The logic is:
The app structure is:
Tasks Have many Task Assignees
Task Assignees have many Team Members
So I think I need to stack another URL to create a task assignee and link the record ID of Team Member to MaryEllen. I get that side. But how do I in that same URL link the record ID of Task to the new task I just created in the first URL?
- Create a task to Create Design Proposal
- This task is assigned to MaryEllen (our design director)
- It also sets some other paramaters such as due date, title, etc.
The app structure is:
Tasks Have many Task Assignees
Task Assignees have many Team Members
So I think I need to stack another URL to create a task assignee and link the record ID of Team Member to MaryEllen. I get that side. But how do I in that same URL link the record ID of Task to the new task I just created in the first URL?