Forum Discussion

EvanFujikawa's avatar
EvanFujikawa
Qrew Cadet
7 years ago

Buttons in View mode

Does anyone know how to show buttons on a child table embedded inside the parent form? For some reason buttons only show in edit mode.

There has to be a trick to this!
Thanks all.

5 Replies

  • MCFNeil's avatar
    MCFNeil
    Qrew Captain
    It sounds like somebody might have modified the settings on the 'form' level.  I'd check to see when those form elements are being used and see if that sheds some light on the issue.
  • What's the trick to creating a save button on a grandchild form and having it return back to it's related parent after the record has been saved?
    • MCFNeil's avatar
      MCFNeil
      Qrew Captain
      <a class='Vibrant Success' onclick='DoSaveAdd()' href='#'>Save</a>"

      for the href='#'  you will need to put the destination URL (the parent record)
  • Would the parent table need to referenced as well since it's moving from Grand Child to Parent?