Unable to write values into DB and display it in the records view

Hi,

I have a form with various fields enabled for users inputs. Values for two of the fields, submitted on and submitted by, are disabled for users and will be captured through functions. Functions i am using are today() and loggedInUser(). These work at the interface level ans show current date and users name every time the form is displayed. However, the values are not stored/written to the database after submission. They do not display in the records view either. 

I have configured the appropriate data type in the save input to parameter as well. How can i fix this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to James Lee

    I don't exactly agree that this form "cannot" be captured on-form - there might be advantages in some use cases to capturing it in-process as you describe, but there are also advantages to doing it on-form in certain situations; and either way, it is most certainly possible to do so when needed - just that it needs to be done in a particular way that a lot of new users might miss (putting it in saveIntos, etc).

Children