Not able to find the function that is called in Client Script

Kethe Yamini
Tera Contributor

In client script there was function called with the name isEmailValid.My concern is not knowing from where the function is coming.

17 REPLIES 17

Hi @Kethe Yamini @Yuanquan Fu 

 

This function is coming from UI Script : utils.validators.email

Please check below snapshot for your reference,

 

KrushnaRBirla_0-1713348584492.png

This will definitely helps you to resolved your issue. Let me know in case you need to understand the flow or you can DM on LinkedIn.

 

If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.

 

Best Regards,
Krushna Birla

Thanks Krushna,

I tried to insert a line of code (gs.log) in the UI script utils.validators.email, and updated the email of a user record, but there is no log captured. It seems like it's not the right place.

Can you please share snapshot, I would like to see where exactly you have added log statement in your code