Danish Bhairag2
Tera Sage

Hi @SnowUserDev ,

 

Assuming you are talking about Record Producers over here. You can either create a BR on each table & whenever the stage is moved from one to another it must have certain field where it gets completed or something u can add that under the BR condition for eg state is completed then it should trigger after update. This way we make sure it just runs at that time only & updates proper time in Time stamp field.

 

Under advance u can write below script

 

current.time_stamp = new GlideDateTime();
current.update();

 

Thanks,

Danish

 

View solution in original post