Forum Discussion

BradLemke's avatar
BradLemke
Qrew Assistant Captain
5 years ago

Re: Can I assign multiple forms to one Role? Or have two add forms for a table?

If you're having them add this record from a button on their dashboard, you can make two buttons using the api_GenAddRecordForm format and then declare a specific form using "&dfid=X", replacing x with the form ID you want the user to land on.

------------------------------
Brad Lemke
------------------------------

3 Replies

  • KarenHenke's avatar
    KarenHenke
    Qrew Cadet

    Hi Brad!
    This worked perfectly!!! You saved me from a serious meltdown LOL!!

    Thanks a million!

    ~k



    ------------------------------
    Karen Henke
    ------------------------------
  • DaleSimmons's avatar
    DaleSimmons
    Qrew Member
    Hi, I was able to use this to set up 2 buttons however, since I have one of the forms as the default for each role, the button use does not override that.  How can the buttons be set to supersede what is assigned to a particular role?

    ------------------------------
    Dale Simmons
    ------------------------------
    • BradLemke's avatar
      BradLemke
      Qrew Assistant Captain
      The '&dfid=X' declaration in the url is what overrides the default.  Make sure that the value in X corresponds to the ID of the form that you're wanting the button to point to.

      ------------------------------
      Brad Lemke
      ------------------------------