After much consideration, I have decided to step out on my own as an independent ServiceNow consultant. With over 6 years experience on the platform, I have worked for a customer, a partner, and on staff at ServiceNow for over 3 years. Over the past year, I had the opportunity to work with Fred Luddy (the founder of ServiceNow) on the new ServicePortal coming out in Helsinki. I’ve always had a passion for entrepreneurship and so it’s with great excitement I launch this new venture.
I have experience with most aspects of the platform, however I will be focusing primarily on:
- Custom applications
- Service Portal
- CMS
- Javascript (server side, client scripts, Angular.js, etc.)
- Rest API & integrations
To take advantage of my skills and experience to accelerate the success of your project, please email me at: nathan@serviceportal.io.
Thanks,
Nathan Firth
Good luck mate! Are you going to be heading to Knowledge this year?
Yessir… I’ll be there the full week. If you’re going we should meet up.
Fantastic, I’ll be there all week as well. I’m looking forward to catching up with you.
That’s a big step to take. Good luck!
You are based in the US, aren’t you?
Thank you. Yes, San Diego, CA.
Hi Nathan,
All the best for your future endeavours.
I have quick question
Can you please help me with how to get image from the profile feed or the logged in user.
I want same functionality what service now has where it displays the user image in the top right hand side of the page.
I am creating a custom cms portal and want to display the logged in user image.
Thanks
Ajay
The profile photos live inside the “live_profile” table. It references the “sys_user” table through the “document” field. So get the sys_id of the currently logged in user, then get the GlideRecord of that user from live_profile and the photo field is just called “photo”. Note… I don’t think all users have a live_profile.