Posted On September 10, 2020

How to Use the ‘Advanced Find’ Feature in Dynamics 365

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Use the ‘Advanced Find’ Feature in Dynamics 365

Step 1: Login and click on Le Button

  • Access your CRM portal with a valid credential
  • Click on the ‘funnel’ icon

Step 2: Create a Filter to view Pending Emails

  • Example 1:
  • Example 2:


  • Sample Result:

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install Asterisk on Ubuntu

su[enter root password]cd /tempwget apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev…

PowerShell: Query Google Account Using GAM

$emailAddress='[email protected]' $field='accounts:last_login_time' function getGamUser{ param( $emailAddress, $field ) $result=try{gam report users user $emailAddress}catch{} if($result){ $headers=$result[0]…

Setting Windows Security Auditing via Command Line

Please be advised that the follow auditpol cmdlet would be overridden by Group Policies in…