Hello Pritam, all table names are in your finger tips? How we can be so familarize with these things ? How to find the table name for that particular field.
Hey 👋 I hope you are looking for the backend name of any fields and table as well 🤓 In that case you can just install the plugin called sn utils thats it 🤓 Then open any form or list view of a table and double click in any white space of the page and the magic happens 😎
@@techwithpri I understand SN utils. I am asking the table name when you are pointing the Glide record. new GlideRecord('sys_grmember') , how did u make sure the table name.
Hlo Prithem, Here Instead of gliderecord we need to use glideaggregate right here, So in this case service now will recommend glideaggregate api right, not glide record, Thanks for giving realtime scenario ❤
@@techwithpri When there are huge number of records, Gliderecord will put unnecessary load on the system, the problem which can be easily mitigated through Glideaggregate.
Appreciate your efforts
My Pleasure 😇
Keep watching and keep learning 👍
Thank you so much Pritham🙏
You welcome !! Keep watching and keep learning !! 😄
Thanks a lot guru❤
You're welcome 😊
Keep watching and keep learning 👍
Hello Pritam, all table names are in your finger tips? How we can be so familarize with these things ? How to find the table name for that particular field.
Hey 👋
I hope you are looking for the backend name of any fields and table as well 🤓
In that case you can just install the plugin called sn utils thats it 🤓
Then open any form or list view of a table and double click in any white space of the page and the magic happens 😎
@@techwithpri I understand SN utils. I am asking the table name when you are pointing the Glide record. new GlideRecord('sys_grmember') , how did u make sure the table name.
oh ! hahaha !!
Thats all about practice my friend , the more you practice more you will memorize staff 🤓
Hlo Prithem,
Here Instead of gliderecord we need to use glideaggregate right here,
So in this case service now will recommend glideaggregate api right, not glide record,
Thanks for giving realtime scenario ❤
Hey 👋
Yes you can use gliderecord too 🤓
@@techwithpri When there are huge number of records, Gliderecord will put unnecessary load on the system, the problem which can be easily mitigated through Glideaggregate.