Skip to main content
September 19, 2022
Question

Interface

  • September 19, 2022
  • 13 replies
  • 0 views

I am having a editable grid in that there is a field that should autopopulate a value

eg. there are two fields start date and end date I want to find the difference and then in days field it autopopulate the no of days 

In interface level the value is showing in that field but it is not saving in rule input

    13 replies

    gabriele.camilli
    September 19, 2022

    Hi, sorry for the question, but did you save the value in the rule input in the correct place?

    September 19, 2022

    yes

    Participating Frequently
    September 19, 2022

    To save the values to the rule input you need to perform a action try using a button or dynamic link to save the values to rule input.

    prafuls972
    September 19, 2022

    As start date, end date and day values are auto populated then please set them in the CDT/ dictionary/ map at the start of your UI, don`t use default value function in the value. Whenever there is a change in the start date or end date recalculate the difference and store it in the day.

    September 19, 2022

    Only no of days needs to be auto populate after user selecting the start date and end date

    prafuls972
    September 19, 2022

    then in saveinto set the value of differnece in case of whenever user set value in any of the date field.