Populate Template values on change record

Nandini DM
Tera Contributor

Hi,

 

Any chance when changing template can erase the old template value and update the new template values and if template b is not having short description value then change form should erase the old value and keep it blank .

 

Thanks.

8 REPLIES 8

Hi @Community Alums 
No luck 😞

Community Alums
Not applicable

Hi @Nandini DM ,

 

Have you tried changing the table name and field names as per your instance.
Try to debug what issue you are seeing, Put some logs so that we can troubleshoot.


Hi @Community Alums
I checked the table name which is referring to "sys_template" and can you please explain in the below line what should be added in the place of "field_values" ?

 var fields = templateGR.field_values.split(',');

 

I checked table name and fields names I don't see anywhere you have used field names if I am not wrong.