Forum Discussion

SyaefulBahri3's avatar
SyaefulBahri3
Qrew Trainee
6 years ago

Login and Edit

Hi All,

I'm creating email notification containing a link to the related records. There is approval process user need to change from no to yes after their review the request.

This is not a big deal but after the user clicks the related link, They still need to click the edit button first then change the approval status.

Is there any solution to achieve this?, rather than click the edit button, it possible to send user directly to edit mode after they login?

Many thank,


------------------------------
Syaeful Bahri
------------------------------
  • When you build the link, ensure that the action part of the link is "a=er" instead of a=dr... er is the edit version of the record. When I tried this it went straight to the edit record after I logged in.

    ------------------------------
    Ryan Stanford
    ------------------------------
  • Yes, on the link you can change these values to land them in the correct mode. Post your formula URL and you can also add the status to change to approved within the formula URL. 

    ?a=dr (display record)
    ?a=er (edit record)

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