How can I make it so that the relevant date will come and cannot be changed?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yakup aycıl
    Member
    • Jun 2024
    • 76

    How can I make it so that the relevant date will come and cannot be changed?

    Click image for larger version

Name:	image.png
Views:	37
Size:	7.0 KB
ID:	111082

    planned and actual dates are entered manually, but the last update and creation date will automatically be taken from the relevant month and there will be no changes.

    Can you help me with how to do this?​

    Click image for larger version

Name:	image.png
Views:	37
Size:	8.5 KB
ID:	111083
    Attached Files
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #2
    Not sure what you mean ? can you explain further what you want to achieve ?
    Rabii
    Web Dev

    Comment

    • yakup aycıl
      Member
      • Jun 2024
      • 76

      #3
      Click image for larger version

Name:	image.png
Views:	42
Size:	3.6 KB
ID:	111088 How can I add these tables from the SQL field to the activity area?​

      Comment

      • rabii
        Active Community Member
        • Jun 2016
        • 1250

        #4
        > How can I add these tables from the SQL field to the activity area?​

        CreateAt and UpdatedAt are injected automatically by the system.
        Rabii
        Web Dev

        Comment

        • rabii
          Active Community Member
          • Jun 2016
          • 1250

          #5
          You can still use Before Save Formula to update those dates
          Rabii
          Web Dev

          Comment

          • yakup aycıl
            Member
            • Jun 2024
            • 76

            #6
            Click image for larger version

Name:	image.png
Views:	47
Size:	12.5 KB
ID:	111110how to automatically extract the computer system date from the date format in this field.

            How to add management - assets to these extracted fields​.

            No manual intervention will be made to this date field.​

            Comment

            • rabii
              Active Community Member
              • Jun 2016
              • 1250

              #7
              using formula you can set up those fields. e.g

              PHP Code:
              yourfield = datetime\today() 
              

              This will update the field (yourfield) with today's date.
              Rabii
              Web Dev

              Comment

              Working...