Interdepent field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 09:49 AM
I have req. to create two fields on incident form one is type of DATETIME(autopopulate) and another is Type of DATE ,when datetime is updated then date should be auto populate on basis of dateTime, and when we change Date then Date time one should be change where time is 0000, how do we know it is system updated or user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 06:19 AM
As these two fields are dependent on each other so it will create a loop that runs background and made an impact on system performance so is there a way to avoid that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 03:54 AM
Use a flag or separate field to track system vs. user updates.