Forum Discussion

BrandonClark's avatar
BrandonClark
Qrew Cadet
6 years ago

Enter text on form or single record in view mode?

Basically I'm just wanting to have a quicknote box on projects, services tickets etc where if the users are viewing a record they can type in a note, hit a button, and add the note as a child record.   I know how to do it using a dummy text box on the parent record and writing the value to the child record (note) when it's created.  But I don't know the best way, if even possible, to let our users add notes without going into add/edit mode on the parent record. 

Best,

------------------------------
Brandon Clark
------------------------------
  • UrsulaLlaveria's avatar
    UrsulaLlaveria
    Qrew Assistant Captain
    Hi Brandon, not sure if this helps, but if you already have a notes table, you can create the relationship and have an empty editable table on the parent form. On the Parent Record, input your report, and set the checkbox to Editable. This will display a Grid Edit report that can easily be updated without much work. Good Luck!

    ------------------------------
    Ursula
    ------------------------------
    • BrandonClark's avatar
      BrandonClark
      Qrew Cadet
      Thanks Ursula.  It's not quite the look I'm looking for but will work to accomplish the objective for now.


      Brandon

      ------------------------------
      Brandon Clark
      ------------------------------
      • EverettPatterso's avatar
        EverettPatterso
        Qrew Captain
        You can make a button that opens a dialog box to capture to notes and use the API to add notes to the child table.

        Here are some dialog box examples from Dan
        How To Dialog?



        ------------------------------
        Everett Patterson
        ------------------------------