Not able to find the function that is called in Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 09:56 PM
In client script there was function called with the name isEmailValid.My concern is not knowing from where the function is coming.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 03:10 AM
This function is coming from UI Script : utils.validators.email
Please check below snapshot for your reference,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 04:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 04:27 AM
Can you please share snapshot, I would like to see where exactly you have added log statement in your code