Search

Help

Page 9 of 32. Showing 317 results (0.441 seconds)

  1. Filtration aggregation and visualization of data collected with ConfiForms

    Filter and Charts https://marketplace.atlassian.com/plugins/com.stiltsoft.confluence.plugin.tablefilter.tablefilter?utm_source=vertuna&utm_medium=documentation-site&utm_content=filtration-aggregation-visualization-data-collected-with-confiforms-tutorial-introduction&utm_campaign=table-filter-traffic-sources add
    ConfiFormsMar 16, 2017
  2. Using ConfiForms Rule for Field Definition to calculate the sums online

    on Virtual functions page Rows in prices form Try checking the "p" field - the amount is recalculated. "p" is the smart field taking values … -field-definition-rules" ac:schema-version="1"> <ac:parameter ac:name="values">total=([entry.p.transform(price).join(+)])</ac:parameter
    TESTFeb 17, 2023
  3. Authors and books - using smart field reference

    This demo is to show how the data can actually be referenced through the smart field (not copied to the other form, but used through the smart field) In contrast to Authors and books - using rule to copy value from a referenced field         Showing the data over form2, referencing the "author" field
    TESTJul 19, 2017
  4. How to configure ConfiForms fields with conditional validation rules

    to track "val" field and executed based on a condition, meaning based on the selection made in the "type" field. Important bit here is the condition - we filter … In this tutorial you will learn how to create a form with ConfiForms which will have: fields with custom validation rules based on the selected value
    ConfiFormsOct 09, 2015
  5. ConfiForms Field Types

    Below, please find the list of field types available in ConfiForms. Important page to help you with accessing and transforming values can be found here: Accessing field values and properties Documentation core confiforms
    ConfiFormsFeb 04, 2021
  6. Building a dropdown field in ConfiForms backed by webservice call to Jira Rest API - createmeta

    In this tutorial we show how to fill in the dropdown field with values for priorities (priority field in JIRA project) The underlying request is as follows … ", name: "Task", subtask: false, expand: "fields", fields: { summary: { required: true, schema
    TESTApr 15, 2023
  7. How to use ConfiForms comments field

      Configuring the form with a comment field is easy. Just define the form and add the field with the type like this image2017-7-19 11:31:17.png We have here a form with just one field   Showing the comments using a ListView image2017-7-19 11:32:16.png Online view:    
    TESTJul 19, 2017
  8. Running custom Javascript via Field definition rule

    When you change the selection in "My dropdown field" you will see a custom JavaScript function gets executed, that's shows the alert message with values for both fields <script> function showMessage(myform){ alert(AJS.$(myform).find('#i_mydropdown').val() + ' ' + AJS.$(myform).find('#i_mytextfield').val
    TESTOct 10, 2018
  9. trunc the field with trunc virtual function

    Full and trunc-ed (50 first symbols) with custom header And this is by setting the field name in ConfiForms Field to fieldname.extractText.trunc(50)
    TESTJan 24, 2020
  10. Authors and books - using rule to copy value from a referenced field

    This demo shows how the data could be copied from one form to another using "Set value" Field Definition Rule Showing the data over form2 and only own fields. The value for author2 field is copied from form 1, author field. This means that changing the field value in form 1 for field
    TESTOct 21, 2020