Forum Discussion
MichaelTamoush
5 years agoQrew Captain
The child data will be a manual input. The add child is a GenAddRecordForm. Once they Save the record it could run the next URL in the utton push, but I don't think in that code I can get the Record ID from what they just created.
I am currently using a pipeline for the 2nd step, which works, just wondering if it could be done from the button push.
------------------------------
Mike Tamoush
------------------------------
I am currently using a pipeline for the 2nd step, which works, just wondering if it could be done from the button push.
------------------------------
Mike Tamoush
------------------------------
RubyKapil2
5 years agoQrew Captain
Would Copy Master Detail feature work. It lets you have a button that will Copy the existing Record and it's Children?
------------------------------
Ruby Kapil
rubykapil@wi-finity.com
Wi-Finity, Inc
------------------------------
------------------------------
Ruby Kapil
rubykapil@wi-finity.com
Wi-Finity, Inc
------------------------------
- MichaelTamoush5 years agoQrew CaptainUnfortunately the copy master detail will not work, as there is no parent or child to begin with :)
The idea is that neither exist, and with a button push you add a record (Gen Record Add Form). The user types in information to the record and saves. Then a child is auto created from that record. I am fairly certain this must be done with an automation/pipeline. The only chance would be if there was some possible code that said 'This is the Record ID of what you just created'.
Then I could use that Record ID in a continuation of that button push (maybe).
I have it working fine with a pipeline, I was just seeing if there were techniques out there for this!
------------------------------
Mike Tamoush
------------------------------