Jump to content
  • 0

Hyperlink to set a Yes/No field


CornCasper

Question

Hello friends,

I have a report data page which is basically a to do list. At the moment I use inline edit to tick the checkbox but it requires 3 clicks for each record.

To speed things up I'd like a button as hyperlink which will set the appropriate Yes / No field of the record. Can this be done?

I already know how to insert HTML blocks and links, but not what goes in the source code.

Thanks and kind regards.

Tobias

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

Hi @CornCasper ,

You can change a value in one field with a single click if you use the following concept:

1. Create a single record update form;

2. Set the default value as "Yes" to the field in question;

3. Copy the deploy URL of above datapage;

4. Generate a code for a pop-up window with links/menu generator. 

4.  Add an HTML block in your report datapage and insert the code for a pop-up window;

6. Specify the string parameter of the unique identifier of a record;

7. Add auto-submit javascript to the  single record update form as explained in this topic.

Hope this helps.

Regards,

vitalikssssss

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...