Interdepent field

aideng
Giga Contributor

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

7 REPLIES 7

PreetK
Tera Contributor
 

PreetK
Tera Contributor

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

TylerJaxon
Mega Contributor

Use a flag or separate field to track system vs. user updates.