Servicenow Prajñā
Servicenow Prajñā
  • Видео 3
  • Просмотров 9 754
Servicenow Instance Marker
This video will help you know how to identify any servicenow page which instance it belongs to, so that you do not end up making any change(s) in wrong instance.
Просмотров: 185

Видео

Everything about get method that you should know
Просмотров 265Год назад
This video explains about the get method of GlideRecord object in servicenow along with how to works and where to use it. #servicenowdyk
Servicenow email sending/Receiving in PDI
Просмотров 9 тыс.Год назад
This video explains how you can enable sending and receiving of emails in your PDI which is disabled by servicenow.

Комментарии

  • @Deepakkumar-o6b7s
    @Deepakkumar-o6b7s 9 дней назад

    I always get send ignored in outbound email configuration . i did the same as done by you . POP is working but SMTP is not working . can anyone help me out please

  • @hoangongpham4867
    @hoangongpham4867 2 месяца назад

    Very nice. Thanks for your sharing.

  • @user-yd8gh9lj2i
    @user-yd8gh9lj2i 3 месяца назад

    Thanks 🙂

  • @sadafbaig5823
    @sadafbaig5823 3 месяца назад

    I am not able to find app password in myaccount.google .com

  • @workwithpratham
    @workwithpratham 3 месяца назад

    Thanks for the solution .

  • @user-mn7xt8pf4j
    @user-mn7xt8pf4j 7 месяцев назад

    Excellent explanation thank you!

  • @BrunoBandeiraRocha
    @BrunoBandeiraRocha 8 месяцев назад

    It worked like a charm! Very good job!

  • @lakshman.bollaka7662
    @lakshman.bollaka7662 8 месяцев назад

    Hi Prajna, I have configured everything in pdi but i am not receive any mail from that related changes , In email logs i observed the type is "send-ignored" but why it ignored that mail. please help me sir...

  • @rajanmehta1669
    @rajanmehta1669 8 месяцев назад

    Very nice workaround and well explained. Thanks

  • @Rahulkumar-sd4pn
    @Rahulkumar-sd4pn Год назад

    Best Video On this topic, please upload more video.

  • @deathskullk
    @deathskullk Год назад

    Helpful and doubt clearing

  • @bhaveshsharma6197
    @bhaveshsharma6197 Год назад

    Thank you so much for creating this video. This is really helpful and resolved very important challenge associate with email notification.

  • @soniyashahu3422
    @soniyashahu3422 Год назад

    Thank You for making this video, its very useful.

  • @manikrishnajenula8864
    @manikrishnajenula8864 Год назад

    thanks bro very helpful video.

  • @SudharshanReddy-z3r
    @SudharshanReddy-z3r Год назад

    searching since month for this thanks for your kind information

  • @jeyapriyar435
    @jeyapriyar435 Год назад

    I have searched how to create Email account (pop3) only u have uploaded this video, thanks sir

    • @servicenowprajna
      @servicenowprajna Год назад

      Thank you for watching. I am glad you find it helpful.

  • @Useranv
    @Useranv Год назад

    Excellent Video. Very Useful. Thank you very much.

  • @sunitas8025
    @sunitas8025 Год назад

    Thanks a lot for the information it solved a big issue. Really appreciate foe your knowledge sharing..

  • @AlokKumar-ot9sx
    @AlokKumar-ot9sx Год назад

    how to send some parameter to the mail

  • @user-ts8wu7uj3m
    @user-ts8wu7uj3m Год назад

    After configuring whatever the steps that has mentioned for inbound type and enabled inbound email properties but still all the emails are in receive-ignored type. Can someone kindly help on this please.

    • @servicenowprajna
      @servicenowprajna Год назад

      Was your connection test successfull for 'POP3' type Email Account in servicenow ?

    • @rajanmehta1669
      @rajanmehta1669 8 месяцев назад

      You need to send email from different email address to the configured email address

  • @tusharwalvekar1899
    @tusharwalvekar1899 Год назад

    I recently saw this Two parameter get method while working on one of the old scripts on my custom instance and I was wondering how it’s happening or if anyones knows about it. Thanks for sharing the video and explaining everything in most technical way. 10:00

  • @brucewayne3675
    @brucewayne3675 Год назад

    Even after replecating all the steps for outbound mail type is going from send-ready to send-ignored and not receiving in gmail. And for inbound mail, mail sent from gmail is being received at SN PDI but the type is getting received-ignored. Tried a lot to fix still unable to get accurate results. Kindly help

    • @servicenowprajna
      @servicenowprajna Год назад

      Hi Bruce, If your Test Connection was successfull for both POP and SMTP account and if you have enabled 'email sending' & 'email receiving' in email properties then there should not be any issue in sending/receiving of email from configuration point of view. Mostly if an email is send-ignored/received ignored, it's because of some problem with the notification. Does it happen for all kind of emails or particular emails. You could try below few articles to troubleshoot your issue. support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0790932 www.servicenow.com/community/it-service-management-forum/emails-are-getting-set-to-send-ignored/m-p/450094 support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0521382 Mostly email is received ignore when guest user account is inactive/logged out OR if there is no inbound action to handle it. Also if sender belongs to Email Address Filter then email is ignored OOB it's mailer-daemon@ and postmaster@. Check what is populated in the 'User' field of the received-ignored email, if it starts with 'mailer-daemon@' or 'postmaster@' then that's the reason and it's expected behavior. Finally if I have to test if connection is alright, then other than test connection button there is one more way. Try the below steps to check if your instance is ready to send outbound emails : 1. Go to emails log 2. Click on New button 3. Change the following field value as suggested : Type - 'send-ready' Subject - 'Testing email' Recipients - any of your emails other than the one you have connected with Body - 'Testing sending of email from servicenow' 4. Save the form, in couple of mins, you should receive this email in the recipients email address, and the same should reflect in the Sent folder of your email you have integrated servicenow with. Let me know if this do not works for you. Regards, Kamlesh

    • @terracegarden4377
      @terracegarden4377 Год назад

      Hello @brucewayne3675, Check email properties, in that keep "send all email to this test email" blank . OR Use mail id which is different from the existing one which you are using in email accounts. I was facing the same problem and it got solved.

    • @seanespino8202
      @seanespino8202 3 месяца назад

      @@servicenowprajna same problem with mine. Already enabled 'email sending' & 'email receiving' in email properties, also enabled "Enable email sending and receiving" under Your instance actions "Manage email properties".