Updating a Value in a field before save

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashif Malayil
    Senior Member
    • Dec 2023
    • 246

    #1

    Updating a Value in a field before save

    Hi,

    I just want to know if it is possible to update a field before save using this formula, or if there are any alternatives:

    ifThen(type=='Query', TAT=24);
    ifThen(type=='Complaint', TAT=36);
    ifThen(type=='Incident', TAT=48);
    dateAndTime = datetime\addHours(createdAt, TAT);


    Thank you for your guidance!
  • heint
    Member
    • Jun 2025
    • 52

    #2
    Greetings, Ashif Malayil,

    Did I get your request correct? Do you want to see live changes of the record while you are editing it (before you press the "Save" button)?

    Comment

    • Ashif Malayil
      Senior Member
      • Dec 2023
      • 246

      #3
      heint, Exactly.

      Comment


      • heint
        heint commented
        Editing a comment
        Sadly, there is no default way to implement functionality like this. You can try to create a corresponding topic in the Developer branch and ask for a possible solution there, but I assume that this feature will be quite difficult to develop.
    Working...