Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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:	29
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:	28
Size:	8.5 KB
ID:	111083
    Attached Files

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

    Comment


    • #3
      Click image for larger version

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

      Comment


      • #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


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

          Comment


          • #6
            Click image for larger version

Name:	image.png
Views:	27
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


            • #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...
              X